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
Ramesh SomalagariRamesh Somalagari 

How to receive an SMS in Twilio and from Twilio API revert back the SMS to Customer

I need to install the Twilio package into my sandbox. I have have a requirement where I need to receive an SMS from the Customer and create a case. After that I need to Revert back an SMS to the Customer saying a received Conformation. How Do i Do it. I am completely new to this API. Please Help me out.
KevinPKevinP
Ramesh,

I've done this before, and this page is a great start on how to do this: https://www.twilio.com/blog/2013/11/integrating-twilio-and-salesforce-to-streamline-your-crm.html
Ramesh SomalagariRamesh Somalagari
Thank you for respond I have find the solution http://stackoverflow.com/questions/24339900/unable-to-receive-the-sms-via-twilio (http://stackoverflow.com/questions/24339900/unable-to-receive-the-sms-via-twilio" onclick="window.open(this.href, '', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no'); return false;) .Finally my problem is re-solved.