Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 545 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 545 Bytes

Twilio SMS notifier for Runnerty:

Configuration sample:

{
  "id": "twilio_default",
  "type": "@runnerty-notifier-twilio",
  "account": "AC1234567890",
  "token": "ABC123",
  "from": "+99123456789"
}

Plan sample:

{
  "id": "twilio_default",
  "to": "+99123456789",
  "message": "Process @GETVALUE(PROCESS_ID) Running!"
}

For use with twilio SMS services. More info: twilio on NPM