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.
- Host: GitHub
- URL: https://github.com/messagemedia/messaging-ruby-tutorial
- Owner: messagemedia
- License: apache-2.0
- Created: 2018-04-27T02:30:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T23:14:17.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T17:38:29.720Z (about 1 year ago)
- Topics: api, messaging, replies, reporting, ruby, tutorial
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.