samsara_create_webhook
Set up a webhook endpoint to receive real-time Samsara notifications for route updates, vehicle events, and more. Provide HTTPS URL and select event types.
Instructions
Create a webhook to receive real-time notifications from Samsara (route updates, vehicle events, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Your webhook endpoint URL (must be HTTPS) | |
| secret | No | Optional secret for webhook signature verification | |
| eventTypes | Yes | Array of event types to subscribe to (e.g., ['route.updated', 'vehicle.location']) |