Read SMS message
org.intentschema.communication.sms.message.read.v1
JSON: bare · @sha256:3ab938f4467d…
Hash: sha256:3ab938f4467dde4a4e519a31cd8f21e6450b5816f3ce383aa2622c7d304b7bae
Read a single SMS message by id, including body and delivery status.
Payload
| Field | Type | Description |
target * | Target (required: external_id) | |
Result
| Field | Type | Description |
external_id * | string | |
from | string | |
to | string | |
text | string | |
direction | enum: inbound | outbound | |
sent_at | string (date-time) | |
status | string | Delivery status (queued, sent, delivered, failed, etc.). |
num_segments | integer | |
Examples
read by id
{
"target": {
"system": "twilio",
"external_id": "SM1234567890abcdef"
}
}