Test in Development
Use the Smartcar Dashboard to trigger test webhook deliveries.Set up local tunnel
Use ngrok or similar to expose your local server:This creates a public HTTPS URL that forwards to your local development server.
Configure webhook
In the Smartcar Dashboard, set your ngrok URL as the callback URI (e.g.,
https://abc123.ngrok.io/webhooks/smartcar)Trigger test events
Use the Dashboard to send test
VEHICLE_STATE and VEHICLE_ERROR events to your endpoint
