Documentation Index
Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Submit Feedback. We are always open to product feedback — whether it’s more webhooks you want to see, enhancements to existing webhooks, or anything webhooks related! Submit feedback here.
- We’re allowing you to subscribe directly to Samsara platform events without having to create an Alert first.
- We’re releasing a Webhooks REST API that allows you to automate the process of managing your webhooks — complete with full CRUD support.
Subscribing to events
You can now subscribe directly to Samsara platform events without having to create an Alert first.Subscribing via the Dashboard
Visit the Settings > Webhooks page, and add events to an existing or new Webhook.
Subscribing via API
Use the Webhooks APIs to create webhook definitions and subscribe them to events. For example, the following POST request creates a new webhook and subscribes it to theDocumentSubmitted event:
eventTypes array. Note that PATCH requests replace the existing value for a given array, so you’ll need to include the full list of desired subscriptions in the eventTypes array with each request. The example below adds the VehicleCreated event subscription to the webhook created above. (Note that we must still include the original DocumentSubmitted subscription as well.)