-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of webhooks #2657
Comments
Agreed, this would help a lot! 👍 |
Is there any ETA on this? |
I would specifically find it helpful to have webhooks for the following events
|
For our use case, it would be nice to somehow trigger a webhook when the status of a task changes (e.g. created, validation, completed) |
@kirill-sizov Could you please to sum up what has been done in this PR #4863 ? |
Hi, @christian-steinmeyer, we have merged first implementation of webhooks in our develop branch, now you can configure webhooks for project: Project -> Actinons -> Setup Webhook On the webhook creation page, you will see a list of available events that trigger the webhook. Additional information will be available in our documentation within one week. |
Webhooks implemented in CVAT, look at our documentation for more info: https://opencv.github.io/cvat/docs/administration/advanced/webhooks/ |
Great! Thank you for implementing this. The only thing that stands in the way of me using this feature is that I haven't found a way to easily migrate tasks from private scope to an organization scope. Any idea how this could be done? |
My actions before raising this issue
Just an idea. CVAT could support user's webhooks. They are some HTTP requests, may be with data which are triggered automatically on different events: create, save, delete, change something.
There could be two types of hooks: admin-owned which are global and user-owned when only the user actions trigger them.
I believe it would be useful when integration with other platforms.
Hope somebody from the community will find the idea useful
The text was updated successfully, but these errors were encountered: