Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

[Feature] Access to webhook id in handlers #370

Closed
2 of 3 tasks
tolgap opened this issue Apr 21, 2022 · 3 comments · Fixed by #606
Closed
2 of 3 tasks

[Feature] Access to webhook id in handlers #370

tolgap opened this issue Apr 21, 2022 · 3 comments · Fixed by #606
Labels
enhancement New feature or request

Comments

@tolgap
Copy link
Contributor

tolgap commented Apr 21, 2022

Overview

I want to process webhooks in an idempotent way. Shopify provides us with X-Shopify-Webhook-Id headers. But these get lost in the webhook process function.

It would be great to have access to the webhook ID in my handlers.

Type

  • New feature
  • Changes to existing features

Motivation

What inspired this feature request? What problems were you facing?

I want to process webhooks in an asynchronous way, using background workers. For this, I want to use the webhook ID as the background Job ID.

Checklist

  • I have described this feature request in a way that is actionable (if possible)
@github-actions
Copy link
Contributor

This issue is stale because it has been open for 90 days with no activity. It will be closed if no further action occurs in 14 days.

@github-actions github-actions bot added the Stale label Sep 29, 2022
@mariusa
Copy link

mariusa commented Sep 29, 2022

not stale

@mkevinosullivan mkevinosullivan added enhancement New feature or request and removed Stale labels Sep 29, 2022
@jbwyme
Copy link
Contributor

jbwyme commented Nov 21, 2022

any updates here?

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants