replay_callback
Replay a received callback to a target URL with original headers and body, enabling testing of handlers against known payloads without re-triggering the upstream event.
Instructions
Replay a received callback to a target URL. The original headers and body are re-sent unchanged — useful to re-drive your handler against a known payload without re-triggering the upstream event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | Callback UUID to replay | |
| targetUrl | Yes | Where to POST the replayed payload (e.g. http://localhost:3000/webhooks/stripe) |