{"id":21455513,"url":"https://github.com/hookdeck/webhook-samples","last_synced_at":"2025-07-14T23:32:43.988Z","repository":{"id":165538166,"uuid":"599247421","full_name":"hookdeck/webhook-samples","owner":"hookdeck","description":"A collection of example webhooks from popular platforms","archived":false,"fork":false,"pushed_at":"2024-09-12T20:38:25.000Z","size":313,"stargazers_count":19,"open_issues_count":3,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-13T10:23:31.802Z","etag":null,"topics":["webhook-events","webhooks","webhooks-json"],"latest_commit_sha":null,"homepage":"https://samples.hookdeck.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hookdeck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-08T18:52:28.000Z","updated_at":"2024-09-12T20:38:29.000Z","dependencies_parsed_at":"2024-07-22T23:05:42.355Z","dependency_job_id":"8252f9be-b24a-48e9-aa82-29080c17d858","html_url":"https://github.com/hookdeck/webhook-samples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hookdeck%2Fwebhook-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hookdeck%2Fwebhook-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hookdeck%2Fwebhook-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hookdeck%2Fwebhook-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hookdeck","download_url":"https://codeload.github.com/hookdeck/webhook-samples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226002997,"owners_count":17558157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["webhook-events","webhooks","webhooks-json"],"created_at":"2024-11-23T05:12:27.933Z","updated_at":"2024-11-23T05:12:28.442Z","avatar_url":"https://github.com/hookdeck.png","language":"TypeScript","readme":"# Webhook Samples\n\nThis repo is a collection of webhooks data from different platforms that distribute webhooks. This data is used in https://console.hookdeck.com \"Example Webhooks\".\n\n## Contributing\n\n### Adding a new provider\n\n1. Add a new directory for the provider in `./providers`\n\n2. Create a `index.json` file in that provider directory. The index.json file needs a `label` which is the publicly recognizable name for the provider, and a set of configs. The `latest_version` represents the most recent version for that provider, if the provider doesn't offer versioning then input `latest`. The `topic_identifier` is optional and represent either a header or body key to extract the topic from the request.\n\n```\n{\n  \"label\": \"Shopify\",\n  \"configs\": {\n    \"latest_version\": \"2023-01\",\n    \"topic_identifier\": \"x-shopify-topic\"\n  }\n}\n```\n\n3. [OPTIONAL] Install the dependencies with `yarn` install` and start the request receiver with `yarn dev:receiver`. You can now send a request to http://localhost:9001/:provider/:version, and the received request will automatically be saved to that provider directory.\n\nEach provider has a directory for each version, and each version has a file for each topic. The file's name is the topic and contains the request data `headers` and `body`.\n\nYou can manually enter the data if you'd instead not use the request receiver.\n\n## Using the data\n\nThe data is packaged into JSON files that are distributed over http. The files can be found on https://samples.hookdeck.com\n\nList of providers: https://samples.hookdeck.com/providers.json\nData for a provider: https://samples.hookdeck.com/providers/shopify/2023-01.json\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhookdeck%2Fwebhook-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhookdeck%2Fwebhook-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhookdeck%2Fwebhook-samples/lists"}