Webhooks Integration
Connect Roboticks to any system via HTTP webhooks. Trigger custom automation from fleet alerts, deployment events, device health changes, and more. Build integrations with any tool that accepts HTTP requests.
Features
- •HTTP POST webhooks for all event types
- •Configurable event filters
- •Custom HTTP headers and authentication
- •Retry logic with exponential backoff
- •Organization-wide or project-specific scoping
- •Event payload with full context
Getting Started
- 1
Add webhook URL
Enter the HTTP endpoint URL that will receive Roboticks event payloads.
- 2
Select event types
Choose which events trigger the webhook: alerts, deployments, device status changes, test results.
- 3
Configure authentication
Add custom HTTP headers or authentication tokens for your endpoint.
- 4
Test the webhook
Send a test event to verify your endpoint receives and processes payloads correctly.
For the full setup guide with code examples, payload formats, and troubleshooting, see the Webhooks integration documentation.
Documentation
For setup guides, API references, and technical details, visit the full documentation.