Workflow API

Trigger a workflow for a user

post
Authorizations
AuthorizationstringRequired

Your Integration API Read + Write API Key. Note: You must use the Read + Write API Key, not the Write Only API Key.

Body
triggerIdstringOptionalExample: {apiTriggerId}
userIdstringOptionalExample: {userId}
variablesobjectOptionalExample: {"property1":"value","property2":123,"property3":true,"property4":["arrayValue1","arrayValue2"],"property5":{"nestedProperty1":"value"},"property6":null}
Responses
chevron-right
204

Successful Response

No content

post
/workflow/trigger
204

Successful Response

No content

Last updated