Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.3 KB

File metadata and controls

32 lines (20 loc) · 1.3 KB

SendWhatsAppFlowMessageRequest

Properties

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]

Enum: FlowActionEnum

Name Value
NAVIGATE "navigate"
DATA_EXCHANGE "data_exchange"