Status Update

Endpoint that Smobi will call to deliver message status updates

Payload

The payload of this webhook request is an object.
smobiMessageIdstringRequired
The reference number of the message in the Smobi system
clientRefstringRequired
The reference number of the message in the client system
tostringRequired
The phone number of the recipient
fromstringRequired
The phone number of the sender
statusenumRequired
The status of the message
Allowed values:
channelenumRequired
The channel of the message
Allowed values:
timestampstringRequired
The timestamp of the status update
failureDetailsobjectOptional

Additional details about the status (for failed messages)

Response

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