Message Origination
Message Origination (MO) webhooks are triggered whenever an inbound message is received by your Voxtelesys account. These callbacks provide detailed information about the incoming message, including the sender, recipient, message content, and any associated media files (for MMS).
MO Webhook Payload
Parameter | Type | Required | Description |
---|---|---|---|
type | string | true | Always mo |
to | string | true | The phone number the message was sent to |
from | string | true | The phone number the message was sent from |
body | string | true | The body of the message |
media | array | false | URLs of media, if MMS |
received_at | string | true | The time of receiving the message |