Skip to content

Webhook Invocation

Mogens Heller Grabe edited this page May 15, 2023 · 3 revisions

When you configure "Integrations" under "Teams", you can choose to add a custom webhook, which may then be used as a notification target when configuring alerts.

To add a webhook, simply name the webhook with something you can recognize later and add a URL. When added as a notification target on alerts, Fleet Manager will then invoke the webhook when the alert is triggered.

The webhook will be called with the verb POST and the HTTP header Content-Type: application/json; chartset=utf-8.

The body of the request will be a JSON object containing the following fields:

  • messageId: The ID of the message that failed
  • sourceQueueName: The queue the message came from
  • messageType: The type name of the message
  • errorDetails: Full error details collected by Fleet Manager
  • accountId: The ID of the relevant account
  • accountName: The name of the relevant account
  • showMessageUrl: Deep link to the failed message in Fleet Manager
  • showAlertUrl: Deep link to the associated alert in Fleet Manager
Clone this wiki locally