The Twilio Salesforce Helper Library is no longer actively maintained. You may encounter difficulties when using it with some features of Twilio's API. Instead, see the Twilio for Salesforce package which includes an updated helper library.
The twilio-salesforce helper library lets you write Apex code to make HTTP requests to the Twilio API.
This library is open source, so if you find a feature missing or a bug, we encourage you to contribute back to the twilio-salesforce project hosted on Github.
Refer to the open source twilio-salesforce specific documentation for more details about the functions and classes contained in the library.
We've made it easy to get started. Just grab the code from GitHub and deploy it to your Salesforce org with the included Ant script.
If you do not have the existing Twilio-Salesforce library installed, you can use this unmanaged package to install.
If you have a previous version of Twilio-Salesforce library installed, you will need to use Ant to install/update:
_10git clone git@github.com:twilio/twilio-salesforce.git
install/build.properties
to insert your Salesforce username and
password. Since you will be using the API to access Salesforce, remember to
append your Security Token
to your password.
install
folder, then deploy using Ant:
_10ant deployTwilio
Now all the library code is in your org and you're ready to start coding!
Refer to the twilio-salesforce specific documentation for details about the classes and methods contained in the library.
Still running into problems?