簡訊通知與 plivo

你的 plivo 帳戶需要兩個 ID。用這些值替換此片段中的 authidauthtokensrc 值也應該是分配給你帳戶的有效數字。dst 可以是你想要的任何數字,也可以是 < 分開的多個數字。

notification sms {
  post = https://authid:authtoken@api.plivo.com/v1/Account/authid/Message/
  body = {"text": {{.|json}}, "dst":"15551234567","src":"15559876543"}
  contentType = application/json
  runOnActions = false
}

這將根據 dst 中的所有數字傳送警報。