Start-up code on how to on how to use the Messages API to send messages, check/confirm replies & check/confirm delivery reports.
// clone this repository
git@github.com:messagemedia/messaging-ruby-tutorial.git
// change to folder
cd lookups-nodejs-tutorial
Next you will need to sign up for a MessageMedia Developers account, get your API credentials and put them in the app.js file. Next, install the dependency.
gem install messagemedia_messages_sdk
Then you can run your app.
ruby app.rb
For a detailed step-by-step process on how to do this, visit https://developers.messagemedia.com/devguides/appointment-reminders-using-the-messages-api
Apache License. See the LICENSE file.