https://github.com/pakitovic/notifier-twilio
Runnerty module: Twilio SMS notifier.
https://github.com/pakitovic/notifier-twilio
notifier notifier-sms runnerty sms twilio
Last synced: about 10 hours ago
JSON representation
Runnerty module: Twilio SMS notifier.
- Host: GitHub
- URL: https://github.com/pakitovic/notifier-twilio
- Owner: pakitovic
- License: mit
- Created: 2018-02-11T21:24:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T21:44:54.000Z (over 8 years ago)
- Last Synced: 2026-02-17T22:20:23.970Z (4 months ago)
- Topics: notifier, notifier-sms, runnerty, sms, twilio
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twilio SMS notifier for [Runnerty]:
### Configuration sample:
```json
{
"id": "twilio_default",
"type": "@runnerty-notifier-twilio",
"account": "AC1234567890",
"token": "ABC123",
"from": "+99123456789"
}
```
### Plan sample:
```json
{
"id": "twilio_default",
"to": "+99123456789",
"message": "Process @GETVALUE(PROCESS_ID) Running!"
}
```
For use with [twilio] SMS services. More info: [twilio on NPM]
[twilio]: http://www.twilio.com
[twilio on NPM]: https://www.npmjs.com/package/twilio
[Runnerty]: http://www.runnerty.io