Skip to main content
WEBHOOK

Body

application/json

Callback payload.

An inbound message

message_id
string
required

Unique identifier of the message generated by the platform

Example:

"871b4eeb-f798-4105-be23-32df9e991456"

from
string
required

Sender ID used to send the message. Can be numeric or alphanumeric.

Example:

"Wavix"

to
string
required

Phone number on the account that received the message.

Example:

"447537151866"

message_body
MessageBody · object
required
received_at
string<date-time>
required

Timestamp the messages is received by Wavix

Example:

"2022-04-14T13:51:16.096Z"

Response

200

Return a 200 status to indicate that the data was received.