| Name | Type | Description | Notes |
|---|---|---|---|
| accountId | String | WhatsApp social account ID | |
| to | String | Recipient phone number (E.164 format, e.g. +1234567890) | |
| flowId | String | Published flow ID | |
| flowCta | String | CTA button text (e.g. 'Book Now', 'Sign Up') | |
| flowAction | FlowActionEnum | Action type: navigate opens a screen directly, data_exchange hits your endpoint first | [optional] |
| flowToken | String | Unique token to correlate responses. Auto-generated UUID if omitted. | [optional] |
| flowActionPayload | SendWhatsAppFlowMessageRequestFlowActionPayload | [optional] | |
| body | String | Message body text | |
| header | SendWhatsAppFlowMessageRequestHeader | [optional] | |
| footer | String | Optional footer text | [optional] |
| draft | Boolean | Set true to test an unpublished (DRAFT) flow | [optional] |
| Name | Value |
|---|---|
| NAVIGATE | "navigate" |
| DATA_EXCHANGE | "data_exchange" |