Abstract
Builds a flow component for an Interactive message
The Flow parameters
The Flow type, if set to "navigate", flow_action_payload must be provided
Optional
flow_action_payload?: { data?: unknown; screen: string }Required if flow_action is "navigate", should be omitted otherwise
Optional
data?: unknownOptional input data for the first Screen of the Flow. If provided, this must be a non-empty object.
The ID of the first Screen
Text on the CTA button, character limit - 20 characters (no emoji)
Unique ID of the Flow provided by WhatsApp
The Flow version, must be 3
Flow token that is generated by the business to serve as an identifier
The Flow can be in either draft or published mode
Readonly
nameThe name of the component
Readonly
parametersThe Flow parameters
The Flow type, if set to "navigate", flow_action_payload must be provided
Optional
flow_action_payload?: { data?: unknown; screen: string }Required if flow_action is "navigate", should be omitted otherwise
Optional
data?: unknownOptional input data for the first Screen of the Flow. If provided, this must be a non-empty object.
The ID of the first Screen
Text on the CTA button, character limit - 20 characters (no emoji)
Unique ID of the Flow provided by WhatsApp
The Flow version, must be 3
Flow token that is generated by the business to serve as an identifier
The Flow can be in either draft or published mode
Action API object