Take Your Conversations to the Next Level
RCS transforms ordinary text messages into rich conversations with embedded videos, images, and buttons.
Contact us
curl -X POST 'https://{baseUrl}/api/channels' \
-H 'Authorization: {bearerToken}' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"type": "RCS",
"config": {
"type": "RCS",
"name": "Your channel display name",
"country": ["BW", "UK", "UA", or any other countries],
"region": "Region name (e.g. EU)",
"email": "Your contact email (e.g. sales@google.com)",
"phone": "Your contact phone (e.g. +389999999999)",
"label_phone": "Display label for the Phone field",
"website": "Your website URL (e.g. https://google.com)",
"label_website": "Display label for the Website field",
"terms": "URL to your ToS documentation (e.g. https://google.com/terms)",
"privacy": "URL to your Privacy policy (e.g. https://google.com/privacy)",
"label_email": "Display label for the Email field",
"description": "Description of your business",
"color": "Background color of your profile (e.g. #985656)",
"terms": "URL to your ToS documentation (e.g. https://google.com/terms)",
"privacy": "URL to your Privacy policy (e.g. https://google.com/privacy)",
"label_email": "Display label for the Email field",
"description": "Description of your business",
"color": "Background color of your profile (e.g. #985656)",
"terms": "URL to your ToS documentation (e.g. https://google.com/terms)",
"privacy": "URL to your Privacy policy (e.g. https://google.com/privacy)",
"label_email": "Display label for the Email field",
"description": "Description of your business",
"color": "Background color of your profile (e.g. #985656)",
"banner": "URL to your banner (e.g. https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png)",
"logo": "URL to your logo (e.g. https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png)"
}
}'