Webhooks
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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.
Use the Developer Console