-
Notifications
You must be signed in to change notification settings - Fork 1
Webhook Invocation
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
In case you think something is missing on the documentation wiki, please feel free to raise an issue and let us know: Click here to raise an issue
Overview
Areas
- Connecting Rebus Instances
- Configuring the Fleet Manager Plugin
- Failed Messages
- Delayed Messages
- Message Auditing
- Alerts
- Notification Groups
- Integrations
- Data
- Authentication
- External API
Self-hosted (on-premise/Docker)