whatsapp form/flow webhook

View as Markdown
## **Payload** | Field | Type | Description | | --- | --- | --- | | `userInfo.receiver` | String | WhatsApp number of the user who submitted the form (in international format, e.g., 96650xxxxx12). | | `userInfo.profile_name` | String | The display name or profile name of the user. | | `flow_id` | String / Number | Unique identifier of the WhatsApp Flow or Form. | | `targetedMsgId` | String | WAMID of the original message that triggered the form or flow. | | `flow_name` | String | The name of the WhatsApp Flow or Form. | | `data` | Array | An array of objects containing the user’s responses. Each object represents a screen or step in the Flow. | | `data[].` | Array | The selected answers or inputs from that screen’s component (e.g., radio buttons, checkboxes). | ---

Request

This endpoint expects an object.
datalist of objectsRequired
flow_idintegerRequired
userInfoobjectRequired
flow_namestringRequired
targetedMsgIdstringRequired