Configure action in connector editor

When you add an action manually, you will need to configure the action details by adding the path and query parameters, headers, requests, and response.

When you import API definition, you need to verify and edit the action details to ensure that the action has the appropriate values based on your requirements. These details will displayed in the Bot editor or API Task editor when using the package.

Select HTTP method

From the HTTP Method drop-down list, select the HTTP method for the action.

Define endpoint URL

Enter the endpoint URL that will be used for this action. This URL will not be visible for the package user. Use braces {} to enclose the path and query parameters in the URL. For example, /{version}/product/{productid}?status={productStatus}.

View full URL

This is a read-only field and displays an auto-generated URL that is formed by combining the base and the endpoint URLs. This URL will not be visible for the package user.

Request parameters

See Request parameters.

Request headers

See Request headers.

Request body

See Request body.

Response

See Response.