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

FieldTypeDescription
target *Target (required: external_id)

Result

FieldTypeDescription
external_id *string
fromstring
tostring
textstring
directionenum: inbound | outbound
sent_atstring (date-time)
statusstringDelivery status (queued, sent, delivered, failed, etc.).
num_segmentsinteger

Examples

read by id

{
  "target": {
    "system": "twilio",
    "external_id": "SM1234567890abcdef"
  }
}