cvat-opencv icon indicating copy to clipboard operation
cvat-opencv copied to clipboard

Support of webhooks

Open bsekachev opened this issue 4 years ago • 6 comments

My actions before raising this issue

  • [x] Read/searched the docs
  • [x] Searched past issues

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 avatar Jan 12 '21 08:01 bsekachev

Agreed, this would help a lot! :+1:

rsnk96 avatar Feb 11 '21 16:02 rsnk96

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

kbegiedza avatar Oct 25 '21 13:10 kbegiedza

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

  • Annotation created
  • Annotation deleted
  • Annotation updated

addisonklinke avatar Sep 14 '22 00:09 addisonklinke

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)

christian-steinmeyer avatar Sep 29 '22 08:09 christian-steinmeyer

@kirill-sizov

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

bsekachev avatar Sep 29 '22 08:09 bsekachev

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 avatar Sep 29 '22 09:09 sizov-kirill