Quick reply button webhook
## **Payload**
| Field | Type | Description |
| --- | --- | --- |
| `sub_user_assigned_id` | Integer | The ID assigned to the sub-user who received the message. |
| `message_id` | String | The unique ID of the message. |
| `message_text` | String | JSON-encoded message details, including context, sender, timestamp, and button details. |
| `targeted_message_id` | String | The ID of the original message that the incoming message is replying to. |
| `message_type` | String | The type of the message, e.g., `button`. |
| `message_from` | String | The phone number of the user who sent the message. |
| `message_sub_type` | String | A subtype of the message (e.g., `button`). |
| `direction` | String | The direction of the message (`inbound` or `outbound`). |
| `status` | String | The status of the webhook event (e.g., `success`). |
| `timestamp` | Integer | The UNIX timestamp when the message was received. |
| `referral_source_domain` | String | Source ((e.g. instagram,facebook,whatsapp etc). |
| `referral_source_type` | String | The type of message source(e.g., ad). |
Request
This endpoint expects an object.
status
direction
timestamp
message_id
message_from
message_text
message_type
message_sub_type
targeted_message_id
referral_source_type
sub_user_assigned_id
referral_source_domain
