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

[Feature]: WebHooks #10181

Closed
itaibh opened this issue Sep 11, 2024 · 1 comment
Closed

[Feature]: WebHooks #10181

itaibh opened this issue Sep 11, 2024 · 1 comment
Labels
feature-request Customer feature request

Comments

@itaibh
Copy link

itaibh commented Sep 11, 2024

Related Problem

I need to know when a package was uploaded, when it was published, if its validation gets delayed etc. automatically and without registering emails for some automation purposes. For that I'd need webhooks set up, either by placing a URL in the account settings to which a REST message (JSON) will be sent, with the package name, version, and status.

I understand I can do so by polling, but it's inefficient for both sides.

The Elevator Pitch

I need to know when a package was uploaded, when it was published, if its validation gets delayed etc. automatically and without registering emails for some automation purposes. For that I'd need webhooks set up, either by placing a URL in the account settings to which a REST message (JSON) will be sent, with the package name, version, and status.

I understand I can do so by polling, but it's inefficient for both sides.

Additional Context and Details

Example JSON:

{
    "package": {
        "name": "MyNuget",
        "version": "1.0.0",
        "status": "published",
        "time": "2024-09-11T13:23:15.000Z"
     }
}
@itaibh itaibh added the feature-request Customer feature request label Sep 11, 2024
@erdembayar
Copy link
Contributor

Dup of #1153
Could you please upvote above issue? We prioritize based on community engagement such as upvote and comment.

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

No branches or pull requests

2 participants