Actions
Trigger an action
Triggers an action for a connection
POST
/
action
/
trigger
Headers
Connection-Id
string
requiredThe connection ID used to create the connection.
Provider-Config-Key
string
requiredThe integration ID used to create the connection (aka Unique Key).
Body
application/json
action_name
string
requiredThe name of the action to trigger.
input
object
The necessary input for your action's 'runAction' function.
Response
200 - application/json
your-properties
string
The data returned by the action
Was this page helpful?