Skip to content
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

Closed
2 tasks done
bsekachev opened this issue Jan 12, 2021 · 8 comments
Closed
2 tasks done

Support of webhooks #2657

bsekachev opened this issue Jan 12, 2021 · 8 comments
Labels
enhancement New feature or request

Comments

@bsekachev
Copy link
Member

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

@bsekachev bsekachev added the enhancement New feature or request label Jan 12, 2021
@bsekachev bsekachev added this to the Backlog milestone Jan 12, 2021
@rsnk96
Copy link
Contributor

rsnk96 commented Feb 11, 2021

Agreed, this would help a lot! 👍

@kbegiedza
Copy link
Contributor

Is there any ETA on this?
Would improve many workflows.

@addisonklinke
Copy link

I would specifically find it helpful to have webhooks for the following events

  • Annotation created
  • Annotation deleted
  • Annotation updated

@christian-steinmeyer
Copy link

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)

@bsekachev
Copy link
Member Author

@kirill-sizov

Could you please to sum up what has been done in this PR #4863 ?

@sizov-kirill
Copy link
Contributor

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
or
for organization: Organization -> Settings -> Actions -> Setup Webooks

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.

@sizov-kirill
Copy link
Contributor

Webhooks implemented in CVAT, look at our documentation for more info: https://opencv.github.io/cvat/docs/administration/advanced/webhooks/

@christian-steinmeyer
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants