jamesdreid / stackstorm-twilio

st2 content pack containing twilio integrations

Home Page:https://exchange.stackstorm.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twilio Integration Pack

Pack which allows integration with Twilio service.

Configuration

Copy the example configuration in twilio.yaml.example to /opt/stackstorm/configs/twilio.yaml and edit as required.

It must contain:

  • account_sid - Your account sid (a 34 character string, starting with the letters AC).
  • auth_token - Your authentication token.

Account sid and authentication token can be retrieved on the [Account Dashboard][https://www.twilio.com/user/account/] page.

You can also use dynamic values from the datastore. See the docs for more info.

Note : When modifying the configuration in /opt/stackstorm/configs/ please remember to tell StackStorm to load these new values by running st2ctl reload --register-configs

Actions

  • send_sms - Action which sends an SMS using Twilio API.

About

st2 content pack containing twilio integrations

https://exchange.stackstorm.org/

License:Apache License 2.0


Languages

Language:Python 100.0%