whatsapp form/flow webhook
whatsapp form/flow webhook
## **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.
data
flow_id
userInfo
flow_name
targetedMsgId
