twilio / twilio-salesforce

A Salesforce/Force.com library for communicating with the Twilio REST API and generating TwiML. Need help? Post your questions to http://getsatisfaction.com/twilio or email us at help@twilio.com
http://www.twilio.com/salesforce
MIT License
189 stars 136 forks source link

Documentation out of date. (uses SMSMessage class in example) #60

Open Walletau opened 8 years ago

Walletau commented 8 years ago

The existing documentation for the library as presented here https://github.com/twilio/twilio-salesforce and on the Twilio-Salesforce documentation. Uses SMSMessage class in examples. According to customer support, this is deprecated methodology and new development should use the Message class.

I do not see a Method breakdown either for either the SMSMessage class or the Message class i.e. without assessing the source code it's impossible to identify that on demand request for a specific Message is possible via the .getMessage('id of message')

Customer support has asked me to raise the issue here.