= Twilio plugin
:toc: macro
The twilio plugin provides alerts that use the Twilio API.
== Alerts
=== twilio.sms
[source,goplum]
----
alert twilio.sms "example" {
sid = "twilio sid"
token = "twilio token"
from = "+01 867 5309"
to = "+01 867 5309"
}
----
Sends SMS alerts using the Twilio API. You must have a funded Twilio account, and configure the
SID, Token, and From/To phone numbers.