Request parameters
- Updated: 2025/03/20
Use the Request parameters tab to add various parameters such as path and query to your requests. Ensure that the added parameters match the parameters used in the endpoint URL.
Actions
The following request parameter actions are enabled:
- Add
- To add parameters to the request.
- Edit
- To edit the existing parameters that are available in the request.
- Delete
- To delete the parameters that are available in the request.
Parameters table
View the following parameter details in the table.
Column | Description |
---|---|
Type | Displays the type of the parameter. The parameter can be a Query parameter or a Path parameter. The package user cannot view the parameter type in the Bot editor or API Task editor. |
Key | Displays the parameter key. The package user cannot view the key in the Bot editor or API Task editor. The key is sent as part of the header. |
Value | Displays the parameter 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.
|
Label | Displays the parameter label for User provided values. The package user can view parameter label in the Bot editor or API Task editor. |
Description | Displays the parameter description. The package user can view the parameter description in the Bot editor or API Task editor. |
Add request parameters
Perform these steps to add a request parameter:
- Click the Request parameters tab within the Configuration pane.
- Click Add parameter or the plus (+) icon on the top of the table to add a parameter.
- Do the following in the Add parameter modal.
- Parameter type: Select one of the following:
- Query: These parameters are appended to the URL path after a ? character. For example, /accounts?user_account=company.
- Path: These parameters are directly appended to the URL path. For example, /accounts/{user_account}.
- 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 parameter. 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 enable the check box, you can enter the parameter through a credential, variable, or insecure string.
- Is this field mandatory?: Select No or Yes depending on the requirements of the parameter..
- Value (optional): 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 parameter. The package user can view the parameter label in the Bot editor or API Task editor.
- Description (optional): Enter a description for the parameter. The package user can view the parameter description in the Bot editor or API Task editor. The description appears as help text in the editor.
- Parameter type: Select one of the following:
- Click Add to add the parameter to the request.
The new parameter is displayed on the Parameters table and the parameter count in the table title is updated automatically.
Repeat the steps to add more parameters.