The Scheduled Reports Webhook feature allows users to automatically send generated reports to an external system via a webhook URL.
Before enabling webhooks for scheduled reports:
Configure the webhook URLs under Admin → Reseller Settings → Webhooks.
Ensure the webhook endpoint is configured:
Reports Webhook
Admin → Reseller Settings → Webhooks
The Reports Webhook URL should be entered in the Reports Webhook field.
Navigate to:
Reports → Scheduled Reports
Create a new scheduled report or edit an existing one.
Complete the required fields:
Report Name
Report Description
Report Type
Asset Selection
Schedule Frequency (Daily, Weekly, etc.)
Start Date and Time
Export Format (JSON recommended for webhook integrations)
Expand Advanced Options.
Check Enable Webhooks.
When enabled, the generated report will be sent automatically to the configured Reports Webhook URL according to the selected schedule.
| Setting | Value |
|---|---|
| Report Type | Basic Daily Overview Report |
| Show Me Data | Yesterday |
| Schedule Rate | Daily |
| Export Format | JSON |
| Enable Webhooks | Enabled |
The platform generates the report at the scheduled time.
The report is formatted according to the selected export format.
The report data is transmitted to the configured Reports Webhook URL.
The receiving application processes the payload as required.
Sending daily fleet summaries to external systems.
Feeding reporting data into BI dashboards.
Integrating with ERP or CRM platforms.
Automating compliance and operational reporting.
Verify:
The Reports Webhook URL is configured correctly.
Enable Webhooks is selected in the scheduled report.
The scheduled report is active.
The receiving endpoint is publicly accessible and returns a successful HTTP response.
Check:
The report execution time has been reached.
The report schedule is enabled.
The webhook URL is valid and reachable.
Webhooks are triggered only for scheduled reports with Enable Webhooks selected.
If no Reports Webhook URL is configured, webhook delivery will not occur.
JSON format is recommended when integrating with external systems.