Skip to content

mmcquillan/hex-twilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hex Plugin - Twilio

Hex Plugin which will send SMS messages via your Twilio account.

{
  "rule": "example twilio rule",
  "match": "page somebody",
  "actions": [
    {
      "type": "hex-twilio",
      "command": "Page from a Bot!",
      "config": {
        "account_sid": "${TWILIO_ACCOUNT_SID}",
        "auth_token": "${TWILIO_AUTH_TOKEN}",
        "send_to": "317-555-1234",
        "send_from": "317-555-5555"
      }
    }
  ]
}

About

HexBot Plugin for Twilio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages