Request headers
- Updated: 2025/03/20
Use the Request tab section to add headers to your requests.
Actions
The following request header actions are enabled:
- Add
- To add headers to the request.
- Edit
- To edit the existing headers that are available in the request.
- Delete
- To delete the headers that are available in the request.
Headers table
View the following header details in the table.
Add request headers
Perform these steps to add a header:
- Click the Request headers tab within the Configuration pane.
- Click Add header or the plus (+) icon on the top of the table to add a header.
- Do the following in the Add header modal.
- Key: Enter an appropriate key name. The key name is not displayed to the package user in the Bot editor or API Task editor. This name is sent as part of the header.
- Select one of the following options in the Value will
be section:
Type Description Hard coded Enter a value that is hard-coded for the header. The package user cannot view this value in the Bot editor or API Task editor. This value is sent as part of the header. User provided - Value input type: Enable this check box if you want to secure the value input type. When you select secured, you can enter the header through a credential, variable, or insecure string.
- Is this field mandatory?: Select No or Yes depending on the requirements of the header.
- Value: Enter a value. The package user can view this value in the Bot editor or API Task editor and can update this value.
- Label: Enter a label for the header. The package user can view the header value in the Bot editor or API Task editor.
- Description: Enter a description for the parameter. The package user can view header description in the Bot editor or API Task editor. The description appears as help text in the editor.
- Click Add to add the header to the request.
The new header is displayed on the Headers table and the header count in the table title is updated automatically.
Repeat the steps to add more headers.