forward-text
forward-text
| **Field** | **Type** | **Description** | **Example Value** |
| --- | --- | --- | --- |
| `sub_user_assigned_id` | Integer | Unique identifier assigned to the sub-user within your system. | `214532` |
| `message_id` | String | Unique WhatsApp message ID associated with this text message. | `wamid.HBgMOTE3OTc0NzU4OTAyFQIAEhggRUJCNzdDNUZCQjc4RjlCODA5N0E3M0JEM0ZFOEM1NkUA` |
| `message_text` | String | The actual text content of the received message. | `your message` |
| `message_type` | String | Type of message — for this payload, the value is `text`. | `text` |
| `message_from` | String | WhatsApp number of the sender in international format. | `966xxxxxxxx02` |
| `message_sub_type` | String | Indicates the message category — `forwarded` means the text was forwarded by the user. | `forwarded` |
| `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. | `1736246018` |
| `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
