Name | Description |
---|---|
message_id Required | String Unique identifier of the message generated by the platform.. |
from Required | String Originating phone number. |
to Required | String Destination phone number. A SMS-enabled DID on the platform the message was sent to. |
message_body Required | |
received_at Required | DateTime Date and time the message is received by the Wavix platform |
{
"message_id": "3c7a5a90-43e0-43e0-b006-fdfea30c5a7c",
"from": "43720115661",
"to": "447712345661",
"message_body": {
"text": "SMS message"
},
"received_at": null
}