Webhooks

This document provides information on how to webhooks for FleetRunnr. A webhook is a way for FleetRunnr to send real-time notifications to your application whenever a specific event occurs.

Configuration

To receive webhooks notifications from FleetRunnr you must provide the webhook URL to FleetRunnr. The webhook URL should be a publicly accessible URL that can receive HTTP POST requests. The webhook URL can be specified through the FleetRunnr portal by going into Settings then Webhooks & Alerts and then entering the webhook URL to send notifications to as well as selecting the desired topics to subscribe to Example webhook URL: https://example.com/webhook.

Response

Your application should respond to webhook notifications with an HTTP status code of 200 OK. If your application returns a status code other than 200, FleetRunnr will assume that the webhook notification was not received and will retry sending the notification.