Webhooks
Overview
A webhook is a way for DIMO to automatically send real-time data to your systems when an event occurs. Think of it like a "push notification" for servers — instead of you constantly checking the API (polling) for updates, your app now gets notified instantly when something happens.
For example, if a vehicle starts charging, the webhook service sends a ping directly to your server — no need to ask every few seconds if the car is charging.
Is using webhooks better than using the API?
No, webhooks and APIs are simply used in different scenarios and different circumstances. APIs are certainly more versatile than webhooks since you get full control, whereas webhooks are simpler and typically more lightweight.
Setting up webhooks
Use the Developer Console
Last updated
Was this helpful?