Skip to main content
POST
apiToken
string
required
Bearer token for API authentication. Format: Bearer {{apiToken}}
Request Body

Body Parameters

data
object
data that is being used in the workflow
notify
object
required
The recipient details

Response

data
object
requestId
UUID
UUID, id of the request.
workflowExecutionId
UUID
UUID, id of the workflow execution.
error
object
errorCode
string
The error code (e.g., BAD_REQUEST).
message
string
A human-readable error message.

Status Codes

  • 200 - OK
  • 400 - BAD REQUEST
  • 401 - UNAUTHORISED
  • 404 - NOT FOUND