flowId of the flow you want to run, and optionally an inboxId to specify which channel the flow should execute on. If inboxId is omitted, ChatbotX uses the contact’s last active channel. A successful request returns HTTP 204 No Content.
POST
/api/v1/contacts/{identifier}/flowsPath Parameters
string
required
A contact lookup string. Minimum length: 1 character.
Request Body
string
required
The ID of the flow to trigger. Must be a numeric string matching the pattern
\d+. Call GET /api/v1/flows to list available flow IDs in your Workspace.string
The inbox (channel) to execute the flow on. If omitted, ChatbotX uses the contact’s last active channel. Must be a numeric string matching
\d+.