There are two ids you will need from your plivo account. Replace authid and authtoken in this snippet with those values. The src value should also be a valid number assigned to your account. dst can be any number you want, or multiple seperated by <.
notification sms {
post = https://authid:[email protected]/v1/Account/authid/Message/
body = {"text": {{.|json}}, "dst":"15551234567","src":"15559876543"}
contentType = application/json
runOnActions = false
}
This will text the alert subject to all numbers in dst.