Webhooks
Send data back to your services
Overview
You can use webhooks to send check-ins data back to specific URLs to build integration with Tability.
How to use webhooks
Available on Premium subscription
Webhooks are available:
At the workspace level: you will get notifications whenever a check-in is created
At a key result/outcome level: you will get notifications whenever a check-in is created for a specific key result
Handling our webhook notifications
The endpoint used for the webhook must accept POST request and return a 200 response.
If your webhook endpoint fails to return a 200 then:
You won't be able to create the webhook
The webhook will be suspended if it was already created
How to add a workspace webhook
Go to your Workspace Settings > Webhooks
Click on Add webhook
Enter the URL of your webhook
Click Test to validate that your URL. This will send a test POST request to your URL
Once the test is successful, click on Add to create your webhook
How to add a key result webhook
Go to your key result
Click on Edit from the option menu
Go to the Notifications tab
Add your webhook URL in the form
Click Test to validate that your URL. This will send a test POST request to your URL
Once the test is successful, click on Add to create your webhook
Last updated
Was this helpful?