Trigger an action
Triggers an action for a connection
Headers
The connection ID used to create the connection.
The integration ID used to create the connection (aka Unique Key).
Set to true to trigger the action asynchronously. When true, the response will include a status URL and ID for retrieving the action result later. See Asynchronous action documentation for more details.
The maximum number of retries in case of failure (between 0 and 5). Only applicable when X-Async is true. Default to 0 if not specified.
0 <= x <= 5
Body
Response
The result of the action.
The result of the action when triggered synchronously. (cannot exceed 10MB)
The result of the action when triggered synchronously. (cannot exceed 10MB)
The ID and the status URL of the action to poll for the result when triggered asynchronously.