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.
- Enable/Disable
- To enable or disable the headers that are available in the request. You can disable a
header for the following scenarios:
- When the headers use default values.
- When introducing a new capability in a controlled connector package roll out.
- When testing and iterating new capabilities in a connector package.
- When troubleshooting a connector package that contains parameters with errors.
- Copy
- To replicate the existing headers that are available in the request.
- Delete
- To delete the headers that are available in the request.
Headers table
The Headers table title displays the total number of request headers in an action. This number includes both enabled and disabled headers.
View the following header details in the table.
Column | Description |
---|---|
Key | Displays the key name. The package user cannot view the key name in the Bot editor or API Task editor. This name is sent as part of the header. |
Value | Displays the header value. The package user can view this value in the Bot editor or API Task editor and can update this value. |
Value is user provided | Displays the status of the value.
|
Status | Displays the status of the header.
|
Label | Displays the header label. The package user can view the header label in the Bot editor or API Task editor. |
Description | Displays the header description. The package user can view the header description in the Bot editor or API Task editor. |
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.