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

Webhook Delivery API (beta) #125

Open
github-product-roadmap opened this issue Oct 7, 2020 · 0 comments
Open

Webhook Delivery API (beta) #125

github-product-roadmap opened this issue Oct 7, 2020 · 0 comments

Comments

@github-product-roadmap
Copy link
Collaborator

@github-product-roadmap github-product-roadmap commented Oct 7, 2020

Summary

Webhooks now have a REST API for checking on recently sent events.

Intended Outcome

High volume integrators can now filter on delivery attempts in the last 30 days, read the status of a specific deliveries, and trigger a redelivery if needed.

How will it work?

Private Beta Documentation

Get all deliveries
GET /repos/:owner/:repo/hooks/:hook_id/deliveries
GET /orgs/:org/hooks/:hook_id/deliveries
GET /app/hook/deliveries

Get a single delivery
GET /repos/:owner/:repo/hooks/:hook_id/deliveries/:delivery_id
GET /orgs/:org/hooks/:hook_id/deliveries/:delivery_id
GET /app/hook/deliveries/:delivery_id

Create a new delivery attempt
POST /repos/:owner/:repo/hooks/:hook_id/deliveries/:delivery_id/attempts
POST /orgs/:org/hooks/:hook_id/deliveries/:delivery_id/attempts
POST /app/hook/deliveries/:delivery_id/attempts

@github github locked and limited conversation to collaborators Oct 7, 2020
@github-product-roadmap github-product-roadmap added this to Q1 2021 – Jan-Mar in GitHub public roadmap Oct 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
GitHub public roadmap
Q1 2021 – Jan-Mar
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.