An object represents an inbound SMS message
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. An SMS-enabled DID on the platform the message was sent to |
message_text Required | String Message content |
status Required | |
timestamp Required | DateTime Timestamp the messages is received by the platform |
error_message Required | String A human-readable error description, if any |
{
"message_id": "3c7a5a90-43e0-43e0-b006-fdfea30c5a7c",
"from": "43720115661",
"to": null,
"message_text": null,
"status": null,
"timestamp": "2022-04-19T08:54:07.000Z",
"error_message": null
}