Thoroughly test your webhook integration to catch issues before they affect users.Documentation Index
Fetch the complete documentation index at: https://smartcar.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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 endpointNext Steps
Once testing is complete, prepare for production deployment:Monitoring
Set up production monitoring and alerts
Security
Review security best practices for production
Webhook Receiver Recipe
Deploy production-ready AWS infrastructure
Delivery Behavior
Understand production retry and timeout policies

