Related to "Single Notification"
http.post() function
http.post()
sends an HTTP POST request to the specified URL with headers and data and returns the HTTP status code.
pagerduty.sendEvent() function
pagerduty.sendEvent()
sends an event to PagerDuty and returns the HTTP response code of the request.
pushbullet.pushData() function
pushbullet.pushData()
sends a push notification to the Pushbullet API.
pushbullet.pushNote() function
pushbullet.pushNote()
sends a push notification of type “note” to the Pushbullet API.
slack.message() function
slack.message()
sends a single message to a Slack channel and returns the HTTP response code of the request.
alerta.alert() function
alerta.alert()
sends an alert to Alerta.
bigpanda.sendAlert() function
bigpanda.sendAlert()
sends an alert to BigPanda.
discord.send() function
discord.send()
sends a single message to a Discord channel using a Discord webhook.
opsgenie.sendAlert() function
opsgenie.sendAlert()
sends an alert message to Opsgenie.
sensu.event() function
sensu.event()
sends a single event to the Sensu Events API.
servicenow.event() function
servicenow.event()
sends an event to ServiceNow.
teams.message() function
teams.message()
sends a single message to a Microsoft Teams channel using an incoming webhook.
telegram.message() function
telegram.message()
sends a single message to a Telegram channel using the sendMessage
method of the Telegram Bot API.
victorops.alert() function
victorops.alert()
sends an alert to VictorOps.
webexteams.message() function
webexteams.message()
sends a single message to Webex using the Webex messages API.
zenoss.event() function
zenoss.event()
sends an event to Zenoss.