Twilio SMS

The Twilio SMS output module allows you to write simple SMS messages through the Twilio API.

ParameterDefaultMeaning
ccode61Your international dialling code
sidYour Twilio security ID
tokenYour Twilio Auth Token
fromThe Twilio phone number to send messages from
toThe phone number to send messages to
format%MThe content of the email message, with event substitutions

Example

[
   {
		"type": "event",
		"method": "twilio_voice",
		"ccode": 61,
		"sid": "--Twilio Security ID--",
		"token": "--Twilio Auth Token--",
		"from": "--Your Twilio Phone Number--",
		"to": "--The Destination Phone Number--",
	}
]

The above example would call the phone number in the to parameter, announce the content of the message, and then hang up.

Performance/Spam Warning

Like all of the announcement modules, this module may take some time to execute and will block the process in the mean-time.

Server Internet Connection Required

The server needs to be able to establish a connection with services on the Internet to use this module.

Other Modules

Return to the list of output modules.