function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
yuvrajindiayuvrajindia 

How to send sms from apex class

Hello all, If any one know about the SMS Provider or Code which we can use from apex class to send SMS. Also what is best to send SMS from salesforce :SOAP API,XML,html,http or http ??? Thanks in advance Yuvraj
paul-lmipaul-lmi

check appexchange.com to see if there any existing integrations out there.  there's no way to directly send SMS from Apex, you'd need to either 

 

1. Do it the hack way, via carrier device email, like <phonenumber>@messaging.sprint.com

2. Integrate with a 3rd party service like Clickatel

yuvrajindiayuvrajindia

Yes i want to ues the clickatell but can we intregate it in sf?

paul-lmipaul-lmi

clickatel has an API, so yes.  as far as how hard it'd be, not sure.  if it's on the appexchange, easy, if not, you'd have to write your own integration for it.