media-reply
media-reply
| **Field** | **Type** | **Description** | **Example Value** |
| --- | --- | --- | --- |
| `sub_user_assigned_id` | Integer | Unique identifier assigned to the sub-user within your system. | `214362` |
| `message_id` | String | Unique WhatsApp message ID associated with the message. | `wamid.HBgMOTE3OTc0NzU4OTAyFQIAEhggN0Y0M0E1MUNENjlBQjAzM0U0M0VDMjhGQkFFRTBFMDUA` |
| `message_text` | String | The actual message content. In this case, it's an image URL. | `https://business.me-mate.net/customers/mediafile/4735258719255332475153.jpeg` |
| `message_type` | String | Type of message received. Can be `text`, `image`, `video`, `audio`, `document`, etc. | `image` |
| `replyformsg` | String (JSON) | JSON string containing details of the original message being replied to (if any). | `{"message_text":"ok","message_type":"text","message_id":"wamid.HBgMOTE3OTc0NzU4OTAyFQIAERgSNjRBNjc4QkQ1OUU2OEEwMTA0AA=="}` |
| `message_from` | String | The sender’s WhatsApp number in international format. | `966xxxxxxxx02` |
| `message_sub_type` | String | Indicates that the message is a reply to another message. Possible values: `reply_msg`, `forwarded`, etc. | `reply_msg` |
| `direction` | String | Message direction, can be `inbound` (received) or `outbound` (sent). | `inbound` |
| `status` | String | Message delivery or processing status. | `success` |
| `timestamp` | Integer | Unix timestamp indicating when the message was received. | `1736245015` |
| `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
