Pack which allows integration with Twilio service.
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.
send_sms
- Action which sends an SMS using Twilio API.