normal-text
normal-text
| **Field** | **Type** | **Description** | **Example Value** |
| --- | --- | --- | --- |
| `sub_user_assigned_id` | Integer | Unique identifier assigned to the sub-user within your system. | `212362` |
| `message_id` | String | Unique WhatsApp message ID associated with this text message. | `wamid.HBgMOTE3OTc0NzU4OTAyFQIAEhggMjcyQkJBMDY3QUVGNTU5MjdCOEREMzVCQTU3QkYwNzQA` |
| `message_text` | String | The actual text content of the received message. | `Ok` |
| `message_type` | String | Type of the message — for this payload, the value is `text`. | `text` |
| `message_from` | String | WhatsApp number of the sender in international format. | `966xxxxxxx02` |
| `message_sub_type` | String | Indicates the subtype of the message — in this case, a regular text message. | `text` |
| `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. | `1736246412` |
| `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
referral_source_type
sub_user_assigned_id
referral_source_domain
