Inbound Message

Endpoint that Smobi will call to deliver inbound messages

Payload

The payload of this webhook request is an object.
smobiMessageIdstringRequired
The reference number of the message in the Smobi system
tostringRequired
The phone number of the recipient
fromstringRequired
The phone number of the sender
channelenumRequired

The channel of the message - indicates which payload field to access

Allowed values:
timestampstringRequired
The timestamp of the message
smsobjectOptional

SMS message content (present when channel is SMS)

rcsobjectOptional

RCS message content (present when channel is RCS)

Response

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