I am trying to send SMS messages through Zoom Contact Center using the Zoom API via a Server-to-Server OAuth application but its not working.
I am able to fetch access token
Trying to send SMS using access token
{
“contact_center_number”: “+12090000000”,
“consumer_numbers”: [
“+12090001111”
],
“body”: “hello contact sms”
}
I do not get any error. I am getting status 200 in postman but I do not see any details in contact center or received SMS at receiving end.
Can someone provide me full guide that I can follow and test. Thanks.