Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runnerty/notifier-twilio
Runnerty module: Twilio notifier
https://github.com/runnerty/notifier-twilio
notifier runnerty twilio
Last synced: about 1 month ago
JSON representation
Runnerty module: Twilio notifier
- Host: GitHub
- URL: https://github.com/runnerty/notifier-twilio
- Owner: runnerty
- License: mit
- Created: 2018-02-21T07:30:59.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T01:35:14.000Z (over 1 year ago)
- Last Synced: 2024-04-24T23:20:42.307Z (9 months ago)
- Topics: notifier, runnerty, twilio
- Language: JavaScript
- Size: 328 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Smart Processes Management
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Dependency Status][david-badge]][david-badge-url]
# Twilio SMS notifier for [Runnerty]:
For use with [twilio] SMS services. More info: [twilio on NPM]
### Installation:
Through NPM
```bash
npm i @runnerty/notifier-twilio
```You can also add modules to your project with [runnerty]
```bash
npx runnerty add @runnerty/notifier-twilio
```This command installs the module in your project, adds example configuration in your [config.json] and creates an example plan of use.
If you have installed [runnerty] globally you can include the module with this command:
```bash
runnerty add @runnerty/notifier-twilio
```### Configuration sample:
Add it in the notification section of the [config.json] file. More information [here](https://docs.runnerty.io/notifiers):
```json
{
"id": "twilio_default",
"type": "@runnerty-notifier-twilio",
"account": "AC1234567890",
"token": "ABC123",
"from": "+99123456789"
}
```### Plan sample:
Add add it to any [chain](https://docs.runnerty.io/chain) or [process](https://docs.runnerty.io/process) notification event. More information [here](https://docs.runnerty.io/notifiers):
```json
{
"id": "twilio_default",
"to": "+99123456789",
"message": "Process @GETVALUE(PROCESS_ID) Running!"
}
```[runnerty]: https://www.runnerty.io
[downloads-image]: https://img.shields.io/npm/dm/@runnerty/notifier-twilio.svg
[npm-url]: https://www.npmjs.com/package/@runnerty/notifier-twilio
[npm-image]: https://img.shields.io/npm/v/@runnerty/notifier-twilio.svg
[david-badge]: https://david-dm.org/runnerty/notifier-twilio.svg
[david-badge-url]: https://david-dm.org/runnerty/notifier-twilio
[config.json]: https://docs.runnerty.io/config/
[notifiers]: https://docs.runnerty.io/notifiers
[plan.json]: https://docs.runnerty.io/plan/
[twilio]: http://www.twilio.com
[twilio on npm]: https://www.npmjs.com/package/twilio