https://github.com/messagemedia/webhooks-nodejs-tutorial
A tutorial on how to use the Webhooks API to create, retrieve, update and delete webhooks.
https://github.com/messagemedia/webhooks-nodejs-tutorial
api messaging nodejs tutorial webhooks
Last synced: 6 months ago
JSON representation
A tutorial on how to use the Webhooks API to create, retrieve, update and delete webhooks.
- Host: GitHub
- URL: https://github.com/messagemedia/webhooks-nodejs-tutorial
- Owner: messagemedia
- License: apache-2.0
- Created: 2018-05-21T08:00:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T08:07:24.000Z (over 7 years ago)
- Last Synced: 2025-02-07T17:38:26.780Z (12 months ago)
- Topics: api, messaging, nodejs, tutorial, webhooks
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webhooks Node.js Tutorial
Start-up code on how to lookup phone numbers stored in a CSV file and output the details into a separate CSV file.
## ⌛️ Prerequisites
* [A MessageMedia developers account](https://developers.messagemedia.com/register)
* [Node](https://nodejs.org/en/)
## 🎬 Getting started
```javascript
// clone this repository
git@github.com:messagemedia/webhooks-nodejs-tutorial.git
// change to folder
cd webhooks-nodejs-tutorial
// install dependencies
npm install
```
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.
```
node index.js
```
## 🎮 Tutorial
For a detailed step-by-step process on how to do this, click [here](https://developers.messagemedia.com/devguides/create-a-slackbot-in-under-10-minutes-using-node-js/).
## 📃 License
Apache License. See the [LICENSE](LICENSE) file.