Hook Receiver

Step 1

Create a webhook subscription using the url of this site with any path segment. For example:

https://2567.prd-s5y-hook-receiver-c33e.prod.shopifyapps.com/my_unique_path

Step 2

Trigger the webhook.

Step 3

Visit the url from your webhook subscription. You should see your webhook.


FAQ

How does this work?

The body of POST requests to any path segment are stored in a database. GET requests load all webhooks that have been received.

Who can create/read/delete webhooks on this site?

Anyone. All received webhooks are totally public and can be deleted by anyone.