send_test_webhook
Simulate a webhook delivery into a bin — no external sender or HTTP client needed. Seeds one realistic, clearly-labeled sample capture (default: a GitHub push event) and returns it in full, so you can exercise the whole loop (create_bin → send_test_webhook → list_captures / get_capture) entirely from MCP. Pass example to pick a provider payload from the /examples library (e.g. "stripe-payment-intent-succeeded", "slack-event-callback", "shopify-order-created"). Sample captures are marked as simulated and never count as real webhook traffic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bin | Yes | bin id (or custom slug) from create_bin | |
| example | No | optional example payload slug from /examples (default: a GitHub push event) |