All integrations
Custom
Webhooks integration
Outbound HTTP hooks fire on task and project events for any custom integration.
Start freeSetup steps
- 1
In Gravitask, open Settings → Developer → Webhooks
- 2
Add a new webhook URL pointing to your service
- 3
Pick the events to subscribe to (task.created, task.updated, project.completed, ...)
- 4
Verify the signature on incoming requests using the shared secret displayed in the Gravitask UI
FAQ
How do I verify the webhook?
Each request is signed with HMAC-SHA256. Compare the X-Gravitask-Signature header with the HMAC of the body using the shared secret.