Send SMS message

org.intentschema.communication.sms.message.send.v1

JSON: bare · @sha256:cdc5d78fa90d…
Hash: sha256:cdc5d78fa90d273e39afe131ca46346f7451d92161d448aaa7b2361b8c4eef2e

Send an SMS to a phone number. TCPA prior express consent required for marketing; STOP/HELP keywords MUST be honored.

Payload

FieldTypeDescription
target *Target
object *object
idempotency_keystring
object
FieldTypeDescription
to *stringE.164 phone number.
fromstringE.164 sender number or alphanumeric sender id.
text *string (maxLength 1600)

Result

FieldTypeDescription
external_id *stringProvider-assigned id.
created_at *string (date-time)
sent_atstring (date-time)

Examples

basic SMS

{
  "target": {
    "system": "twilio"
  },
  "object": {
    "to": "+15551234567",
    "text": "Your code is 123456"
  }
}

Profiles