Expose delivery_id in webhook headers or accept GUID #149272
Unanswered
kevinxu12
asked this question in
API and Webhooks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
Is there any way to have the github rest webhook apis
guid
as a query param (/~https://github.com/orgs/community/discussions/58863)delivery_id
The webhook headers currently expose only the
guid
, but the github rest api requires thedelivery_id
?
Related to /~https://github.com/orgs/community/discussions/58863 which seems to have been closed for inactivity, but answered.
The suggested approach here seems to be to iterate through all webhook deliveries for a match, and then to retry, but if we delivery 1000s of webhooks, this gets pretty unruly
Beta Was this translation helpful? Give feedback.
All reactions