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
AbAb 

sending sms from Salesforce

Hello,

How can we send sms from salesforce ?
 
Best Answer chosen by Ab
Raj VakatiRaj Vakati
You can use third-party libraries and send sms like Twilio 

https://www.twilio.com/learn/contact-center/supercharge-salesforce-with-twilio
https://automate.io/integration/salesforce/twilio
https://twilio-salesforce.readthedocs.io/en/latest/

https://github.com/twilio/twilio-salesforce

https://developer.salesforce.com/forums/?id=906F0000000Am1zIAC

All Answers

Shubham4462Shubham4462
Hi Sandrine,

their is no direct way to send the sms you can refer this link 
https://success.salesforce.com/answers?id=9063A000000l20gQAA
 
Raj VakatiRaj Vakati
You can use third-party libraries and send sms like Twilio 

https://www.twilio.com/learn/contact-center/supercharge-salesforce-with-twilio
https://automate.io/integration/salesforce/twilio
https://twilio-salesforce.readthedocs.io/en/latest/

https://github.com/twilio/twilio-salesforce

https://developer.salesforce.com/forums/?id=906F0000000Am1zIAC
This was selected as the best answer
Sitanshu TripathiSitanshu Tripathi
Hi Sandrine,

I think you are new in Salesforce so don't worry. First thing is that Salesforce doesn't provide the Oubound Messages.
I suggest you that you can integrate an app of AppExchange (App Store of Salesforce) like - "360 SMS App for Salesforce".
You can just install it in your Salesforce Org from the given link -
https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3000000DpSyIEAV

And configure with that using below link -
https://drive.google.com/file/d/1a1WFE1UhKPxw2IEeKIQ2CdC11ynWDmec/view

Please select as a best answer if you understand using my given answer.