An open API service indexing awesome lists of open source software.

https://github.com/messagemedia/messaging-ruby-tutorial

A tutorial on how to use the Messages API to send messages, check/confirm replies & check/confirm delivery reports.
https://github.com/messagemedia/messaging-ruby-tutorial

api messaging replies reporting ruby tutorial

Last synced: about 1 year ago
JSON representation

A tutorial on how to use the Messages API to send messages, check/confirm replies & check/confirm delivery reports.

Awesome Lists containing this project

README

          

# Messaging Ruby Tutorial
Start-up code on how to on how to use the Messages API to send messages, check/confirm replies & check/confirm delivery reports.

## ⌛️ Prerequisites
* [A MessageMedia developers account](https://developers.messagemedia.com/register)
* [Ruby](https://www.ruby-lang.org/en/downloads/)

## 🎬 Getting started

```javascript
// 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
```

## 🎮 Tutorial
For a detailed step-by-step process on how to do this, visit https://developers.messagemedia.com/devguides/appointment-reminders-using-the-messages-api

## 📃 License
Apache License. See the [LICENSE](LICENSE) file.