RingCentral · Arazzo Workflow
RingCentral Send an SMS and Track Its Delivery
Version 1.0.0
Send an SMS from an extension and poll the message store until it reaches a terminal delivery state.
Provider
Workflows
send-sms-track-delivery
Send a single SMS message and confirm the carrier delivered it.
Creates an outbound SMS from an extension's RingCentral number and then polls the message store record for that message until the aggregated message status settles into a terminal value.
1
sendSms
createSMSMessage
Create the outbound SMS. RingCentral accepts the message and returns a message store record whose status normally starts as "Queued".
2
checkDeliveryStatus
readMessage
Read the message back from the message store to inspect its aggregated delivery status. Repeat this step while the status is still in flight.
3
readFailureDetail
readMessage
Re-read the failed message so the per-recipient error detail is captured for logging, alerting, or retry against an alternate number.