Question

Can we send sms using api in salesforce using apex

  • 27 April 2020
  • 1 reply
  • 868 views

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?


1 reply

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