top of page

Bumblebee Platform Webhook Configuration Example

Updated: 18 hours ago

The Bumblebee platform supports alert message API integration via a webhook mechanism. This document provides an example of how to configure a webhook on the Bumblebee platform.


The API endpoint in this example is https://webhook.site/a532c49a-e4df-4a54-a133-cf6c3975f8e6, from webhook public test site. Here are the steps as captured in the screenshot below.


Bumblebee webhook configuration
webhook configuration

Login to the Bumblebee platform:


  1. Click Operations

  2. Enter the webhook URL: https://webhook.site/a532c49a-e4df-4a54-a133-cf6c3975f8e6

  3. Click Update Notifications

  4. Bumblebee platform generates a webhook signature key. You use this signature key to authenticate the sender as from bumblebeenet.com


The alert message is in json format, as shown below.


Bumblebee webhook alert message
Status down message

Comments


bottom of page