Skip to main content

I have installed ring central package in salesforce. Now I want to send the SMS using the custom apex code . Is there any way to achieve this?

RingCentral doesn't have official SDK for apex.

I am not good at apex. does it have any HTTP library/ability? If so, you can try to translate the curl code into apex: https://medium.com/ringcentral-developers/use-curl-to-access-ringcentral-platform-api-d4710fe68fa4


Reply