Flows
Trigger a flow externally
Authorizations
Path parameters
flow_identifierstringRequired
Responses
200
OK
application/json
400
Bad Request
application/json
post
POST /api/workspace/trigger_flow/{flow_identifier} HTTP/1.1
Host: sapphire.contextdata.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"message": "text",
"data": {}
}
Last updated