Inbound Message
Endpoint that Smobi will call to deliver inbound messages
Payload
The payload of this webhook request is an object.
smobiMessageId
The reference number of the message in the Smobi system
to
The phone number of the recipient
from
The phone number of the sender
channel
The channel of the message - indicates which payload field to access
Allowed values:
timestamp
The timestamp of the message
sms
SMS message content (present when channel is SMS)
rcs
RCS message content (present when channel is RCS)
Response
200
any
Return a 200 status to indicate that the data was received successfully.