Related to "Notification Endpoints"
http.endpoint() function
http.endpoint()
iterates over input data and sends a single POST request per input row to a specified URL.
pagerduty.endpoint() function
pagerduty.endpoint()
returns a function that sends a message to PagerDuty that includes output data.
pushbullet.endpoint() function
pushbullet.endpoint()
creates the endpoint for the Pushbullet API and sends a notification of type note.
slack.endpoint() function
slack.endpoint()
returns a function that can be used to send a message to Slack per input row.
alerta.endpoint() function
alerta.endpoint()
sends alerts to Alerta using data from input rows.
bigpanda.endpoint() function
bigpanda.endpoint()
sends alerts to BigPanda using data from input rows.
discord.endpoint() function
discord.endpoint()
sends a single message to a Discord channel using a Discord webhook and data from table rows.
opsgenie.endpoint() function
opsgenie.endpoint()
sends an alert message to Opsgenie using data from table rows.
sensu.endpoint() function
sensu.endpoint()
sends an event to the Sensu Events API using data from table rows.
servicenow.endpoint() function
servicenow.endpoint()
sends events to ServiceNow using data from input rows.
teams.endpoint() function
teams.endpoint()
sends a message to a Microsoft Teams channel using data from table rows.
telegram.endpoint() function
telegram.endpoint()
sends a message to a Telegram channel using data from table rows.
victorops.endpoint() function
victorops.endpoint()
sends events to VictorOps using data from input rows.
webexteams.endpoint() function
webexteams.endpoint()
returns a function that sends a message that includes data from input rows to a Webex room.
zenoss.endpoint() function
zenoss.endpoint()
sends events to Zenoss using data from input rows.