Form URL encoded data
- Updated: 2025/03/20
Use the form URL encoded data request type to add various parameters to your request body.
Actions
The following parameter actions are enabled:
- Add
- To add parameters to the request body.
- Edit
- To edit the existing parameters that are available in the request body.
- Enable/Disable
- To enable or disable the parameters that are available in the request body.
You can disable a parameter for the following scenarios:
- When the API request uses 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 parameters that are available in the request body.
- Delete
- To delete the parameters that are available in the request body.
Parameters table
The Parameters table title displays the total number of request parameters in an action. This number includes both enabled and disabled parameters.
View the following parameter details in the table.
Table item | Description |
---|---|
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.
|
Status | Displays the status of the parameter.
|
Label | Displays the 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 body parameters
Perform these steps to add a parameter to the form URL encoded data request body:
- Click the Request body tab within the Configuration pane.
- From the Type drop-down list, select Form URL encoded data.
- Click Add parameter when no parameter exists or the plus (+) icon on the top of the table to add a parameter.
- Do the following in the Add parameter 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 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 select secured, 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.
- Click Add to add the parameter to the request body.
The new parameter is displayed on the Parameters table.
Repeat the steps to add more parameters to the request body.