# Incoming message webhook Endpoint: POST incomingMessage Version: v2 ## Request fields (application/json): - `gateway` (string) Used flow for the message. 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 information 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)