normal-media

View as Markdown
| **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.HBgMOTE3OTc0NzU4OTAyFQIAEhggMUM1OThBMjM5MjM3MThERDc2NUVDMzE0QjVCMzU5QTUA` | | `message_text` | String | The content of the message. In this case, it’s an image URL received from the user. | `https://business.me-mate.net/customers/mediafile/4735258719255332475153.jpeg` | | `message_type` | String | Type of the message content. Can be `text`, `image`, `video`, `document`, `audio`, etc. | `image` | | `message_from` | String | WhatsApp number of the sender in international format. | `966xxxxxxxxx02` | | `message_sub_type` | String | Subtype of the message, used for more specific classification (e.g., `image`, `reply_msg`, `forwarded`). | `image` | | `direction` | String | Direction of the message flow — `inbound` means received from a user, `outbound` means sent by system. | `inbound` | | `status` | String | Current status of the message processing or delivery. | `success` | | `timestamp` | Integer | Unix timestamp (in seconds) when the message was received. | `1736245083` | | `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_textstringRequiredformat: "uri"
message_typestringRequired
message_sub_typestringRequired
referral_source_typestringRequired
sub_user_assigned_idintegerRequired
referral_source_domainstringRequired