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
Deepak_KumarDeepak_Kumar 

Twilio Integration

Hi all,
Right now I am sending the SMS from salesforce record page using Twilio API. 
Can anyone help me out how I can get replied SMS in the salesforce itself?
 
Deepali KulshresthaDeepali Kulshrestha
Hi DEEPAKSINGH,

Twilio is a cloud communication company that allows software developers to programmatically make and receive phone calls, and send and receive text messages using its web service APIs

Follow this article for complete steps for sending an SMS from Salesforce to mobile phones.

https://www.mstsolutions.com/technical/sms-from-salesforce-using-twilio-api/

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,

Deepali Kulshrestha.

 
Deepak_KumarDeepak_Kumar
Hi Deepali,
I have done with the process which is mention in the URL. What I need is, I want to receive SMS in salesforce from mobile without using salesforce site.
Hope this makes sense.
Thank you for your reply.