Bosun 短信通知与plivo

示例

您的plivo帐户需要两个ID。用这些值替换authid和authtoken。该src值也应该是分配给您帐户的有效数字。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。