Authorizations
The secret key from your Nango environment.
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.
Required range:
0 <= x <= 5
Body
application/json
Response
The result of the action.
The result of the action when triggered synchronously. (cannot exceed 10MB)
The data returned by the action
Example:
"The data returned by the action"