Notification on upload to repository

Hello. Is it possible to sent notification when a new package is uploaded into repository?
It can be e-mail or webhook.
Or Is there any callback which I can register for package upload and do what I need?
Thank you in advance.

Yes, we have webhook events that you could use for that. If you’re interested in only type of events you will have to filter them on the receiving end. Take a look at our webhooks documentation.

Thank you. I did not expect it under “Capabilites”.
I’d like to send a message to our company’s chat application. But it seems I would have to prepare some middleware where I can trasform the webhook requests into some nice output.