v2

latestOpenAPI 3.1.02026-08-075421692.0 MB
Workflows

Manually start a workflow run

Kick off a run without waiting for an inbound message (useful for testing). Target an existing conversation by conversationId, or — WhatsApp only — a phone number via to (a conversation is found or created). text seeds the run's lastMessage variable. The graph must be runnable.

post/v1/workflows/{workflowId}/executions

Path parameters

workflowIdstring required

Request body

tostring

Recipient phone (WhatsApp only)

conversationIdstring

An existing conversation to run in (required for non-WhatsApp workflows)

textstring

Simulated inbound text, seeded as the run's lastMessage variable

Response

Run started

successboolean