How to send a RCS Message - Sinch
This guide explains how to send RCS messages through Sinch using Batch’s Universal Channel feature.
2
3
Step 3 — Configure the Universal step in Batch
Add the Universal Step

Configure the Sinch request
{
"app_id": "<YOUR_APP_ID>",
"recipient": {
"identified_by": {
"channel_identities": [
{
"channel": "RCS",
"identity": "{{b.phone_number}}"
}
]
}
},
"message": {
"text_message": {
"text": "Hello {{ firstname }}, your order has been confirmed."
}
},
"channel_priority_order": ["RCS"]
}
4
Additional Universal steps
Last updated



