twilio_sms - SMS via Twilio

Warning

Do not commit your credentials to a public repo!

Send SMSes via the Twilio service.

account_sid
Type:

string

Required:

true

your account SID for Twilio

auth_token
Type:

string

Required:

true

your auth token for Twilio

target
Type:

string

Required:

true

the target number to send to. Format should be + followed by a country code and then the phone number

sender
Type:

string

Required:

false

Default:

SmplMntr

the sender to use for the SMS. Should be a number in the same format as the target parameter, or you may be able to use an alphanumberic ID.