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

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.

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