Settings Page
Webhooks
Webhooks allow you to receive an HTTP push notification triggered by certain events within a project. Currently, webhooks are triggered by the following events:
- Task created: When a data point is uploaded, and a task is created from that data point.
- Task entered stage: When a task enters a new stage in the labeling workflow.
- Task deleted: When a task is deleted.
Using webhooks
Configure webhook from project settings, as shown in the image below.
You can use tools like https://webhook.site/ to test the webhook and inspect the response format.
Was this page helpful?