Skip to main content
POST
Trigger, toggle, or test a workflow

Authorizations

Authorization
string
header
required

All API requests must include a valid Bearer token in the Authorization header. Tokens are 64-character SHA-256 session hashes issued by the PropOps authentication system.

Example:

Body

application/json
action
enum<string>
required
Available options:
trigger,
toggle,
test
workflow_id
string
required
Example:

"wf_001"

csrf_token
string
required
Example:

"abc123def456"

active
boolean

Required for toggle action

data
object

Payload data for trigger action

Response

Workflow action completed

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"