normal-reply
normal-reply
| **Field** | **Type** | **Description** | **Example Value** |
| --- | --- | --- | --- |
| `sub_user_assigned_id` | Integer | Unique identifier assigned to the sub-user within your system. | `213262` |
| `message_id` | String | Unique WhatsApp message ID associated with this message. | `wamid.HBgMOTE3OTc0NzU4OTAyFQIAEhggM0EyRkVDNjBCMjBDMTg0ODcyODEzRjU2RTFCNDU4NjEA` |
| `message_text` | String | The actual text content of the received message. | `Okk` |
| `message_type` | String | Type of message — for text messages, the value is `text`. | `text` |
| `replyformsg` | Object (Stringified JSON) | Contains details of the **original message** the user replied to (includes text, type, and message_id). | `{"message_text":"ok","message_type":"text","message_id":"wamid.HBgMOTE3OTc0NzU4OTAyFQIAERgSNjRBNjc4QkQ1OUU2OEEwMTA0AA=="}` |
| `message_from` | String | WhatsApp number of the sender in international format. | `966xxxxxxxx02` |
| `message_sub_type` | String | Indicates that this is a **reply message** sent in response to another message. | `reply_msg` |
| `direction` | String | Direction of message flow — `inbound` means received from user, `outbound` means sent by system. | `inbound` |
| `status` | String | Current processing or delivery status of the message. | `success` |
| `timestamp` | Integer | Unix timestamp (in seconds) representing when the message was received. | `1736244928` |
| `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
replyformsg
message_from
message_text
message_type
message_sub_type
referral_source_type
sub_user_assigned_id
referral_source_domain
