Workflow API

Trigger a workflow for a user

post
Authorizations
AuthorizationstringRequired

Your Relevant UserFlux API

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

Successful Response

No content

post
/workflow/trigger
204

Successful Response

No content

Last updated