cURL
curl --request POST \ --url https://api.nango.dev/action/trigger \ --header 'Connection-Id: <connection-id>' \ --header 'Content-Type: application/json' \ --header 'Provider-Config-Key: <provider-config-key>' \ --data '{ "action_name": "<string>", "input": {} }'
{ "your-properties": "The data returned by the action" }
Triggers an action for a connection
The connection ID used to create the connection.
The integration ID used to create the connection (aka Unique Key).
Returns the result of the action
The response is of type object.
object
Was this page helpful?