Hi,
I am trying to use RingCentral APIs to send SMS messages and listen to IVR notifications.
I have been able to get auth-token from API explorer. But send-sms API is not working.
I have used "~+14136790083" and "~161055004" as accountId in RingCentral but I have been getting this error.
"errors": [ { "errorCode": "CMN-102", "message": "Resource for parameter [accountId] is not found", "parameterName": "accountId" }
Also, I have not been able to understand how exactly RingCentral IVR notifications work. I want to know where can I setup the IVR number for which if it is called my service will receive notifications.
Can someone please help me on send-sms and IVR notifications part.
Thanks,
Anshul