Reference

SMS options

Fields accepted by `SmsSender.send`.

FieldTypeRequired
tostringyes
bodystringyes
fromstringno
messageIdstringno

Result

FieldTypeNotes
messageIdstringProvider or client id
tostringRecipient
statusstringe.g. "accepted", "queued"
responsestringProvider text
providerstring?Transport id; set by fallback
providerIndexnumber?Fallback chain index

Map any channel result to { messageId, provider, accepted } with channel send result.

Next

On this page