forward-text

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