Skip to content
  • There are no suggestions because the search field is empty.

How to Set Up a Webhook Notification

This article shows you how to set up a URL Webhook to be notified for monitoring alerts.

Callback/Webhook Notifications can be set up to receive alerts about your MxToolbox Monitors (blacklist, smtp, mailflow, DNS, etc.) on your Notifications page.

Currently, our Monitoring Alerts system supports setting up a Webhook whereby you give us a URL you want notifications sent to. The content for the Callback/Webhook is available as a JSON object in the following formats:

  • Default - A generic format 
    default_webhook
  • Slack - Formats the notification to be received in Slack
    slack_webhook
  • VictorOps - Formats the notification to be received in VictorOps
    example_results_callback
  • Create your own - Create your own custom format

To see how the JSON result is formatted, you can click the Show Example hyperlink.

show_example_webhook