Keep Customers Engaged Over SMS
SMS, the most popular messaging channel in the world, is ideal for one-time passwords, two-way chat, important notifications, and engaging conversations with your customers.
Contact us
curl -X POST 'https://{baseUrl}/api/channels'' \
-H 'Authorization: {bearerToken}' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"type": "SMS",
"config": {
"type": "SMS",
"name": "Your channel display name",
"country":"Country code (e.g. UA)",
"region": "Region name (e.g. EU)",
},
"vln_quantity": 1
}'