Quick reply button webhook

View as Markdown
## **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.
statusstringRequired
directionstringRequired
timestampintegerRequired
message_idstringRequired
message_fromstringRequired
message_textstringRequired
message_typestringRequired
message_sub_typestringRequired
targeted_message_idstringRequired
referral_source_typestringRequired
sub_user_assigned_idintegerRequired
referral_source_domainstringRequired