RingCentral · Arazzo Workflow
RingCentral Send an A2P SMS Batch and Reconcile Statuses
Version 1.0.0
Send a high-volume A2P 10DLC SMS batch, poll it to completion, and aggregate delivery status counts.
Provider
Workflows
send-a2p-batch-reconcile
Submit an A2P SMS batch, wait for it to finish processing, and aggregate delivery statuses.
Creates a batch of A2P SMS messages from a registered sender number, polls the batch resource until processing completes, and then aggregates the delivery status counts across the batch for campaign reporting.
1
createBatch
createA2PSMS
Submit the A2P SMS batch. RingCentral validates the sender registration, accepts the batch, and returns the batch id, the accepted batch size, and the list of rejected/invalid recipients.
2
pollBatch
readA2PBatch
Read the batch back until RingCentral reports it as "Completed". While the batch is still "Processing" the delivery counts are not yet final, so this step repeats before the statuses are aggregated.
3
aggregateStatuses
aggregateA2PSMSStatuses
Aggregate the delivery status counts for the batch. This is the reporting call an integrator runs to track how much of a campaign was delivered versus queued or failed.