# Incoming reply message webhook Endpoint: POST incomingReplyMessage Version: v2 ## Request fields (application/json): - `request_id` (string) Unique request identifier used for sent message to the recipient. Example: "bc36f3d1-d284-463a-921b-a3560c154649" - `message_id` (string) Unique message identifier used for sent message to the recipient. Example: "e27ff0ac-87b5-4e1d-b644-5fc6029e2a11" - `payload` (object) Example: {"campaign_id":"winter-sale"} - `gateway` (string) Used flow for the message. Note, that for whatsapp_body instead of whatsapp_template you will receive only whatsapp (incoming messages are not split into whatsapp_body or whatsapp_template). Enum: "sms", "viber", "whatsapp" - `timestamp` (integer) Timestamp of the message in Unix timestamp format. This is the timestamp of the message has been sent by the sender (if that infomration is not available, then you will receive timestamp of the message has been received by our system). Example: 1700000000 - `type` (string) Type of the message. - `sender` (string) Sender of the message. In some countries, the alphameric sender is not fully supported. Example: "420777123456" - `recipient` (string) Recipient of the message. Example: "420777654321" - `body` (string) Body of the message. Example: "Thank you!"