Back to Apps

Sample Webhooks

Test your webhook handling code with realistic payloads from popular providers. No need to trigger real events — just pick a template and send.

Browse Providers

Navigate to Apps > Sample Webhooks in the dashboard. You will see a list of webhook providers including:

  • Stripe (payment_intent.succeeded, invoice.paid, etc.)
  • GitHub (push, pull_request, issues, etc.)
  • Shopify (orders/create, products/update, etc.)
  • Twilio (incoming SMS, call status, etc.)
  • Slack (event callbacks, slash commands, etc.)
  • And many more

Select a Template

Click on any provider to see available event templates. Each template shows the HTTP method, headers, and a realistic JSON body that matches the real webhook format.

Send to Your Bin

  1. Select a webhook template
  2. Choose one of your bins as the destination
  3. Click "Send to Bin"
  4. The sample webhook is delivered to your bin instantly

View Results

After sending, navigate to your bin to see the captured request. You can inspect every detail: headers, body, query parameters. The request will look exactly like a real webhook from that provider.

Open in HTTP Requester

Any sample webhook can be opened in the HTTP Requester tool. From there you can modify the payload, change the destination URL, and send it to any endpoint — not just your bins. The HTTP Requester also generates code snippets in cURL, Python, and Node.js.

RequestBin
© Copyright 2026 RequestBin.