Triggers
Enable trigger
Enables a trigger for a connected account and specific trigger name.
POST
/
api
/
v1
/
triggers
/
enable
/
{connectedAccountId}
/
{triggerName}
Authorizations
x-api-key
string
headerrequiredPath Parameters
connectedAccountId
string
requiredtriggerName
string
requiredBody
application/json
triggerConfig
object
requiredThe trigger configuration
verifyHost
string
The verify host
Response
200 - application/json
status
string
requiredThe status of the operation
message
string
Optional message
triggerId
string
Optional trigger ID
isNew
boolean
Is new trigger. If true, the trigger was created just now or else it was already existing
Was this page helpful?