replay_request
Re-send a captured request to a target URL and return the response, enabling debugging of webhook integrations.
Instructions
Re-send a previously captured request (same method, headers, and body) to a target URL, and return the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The captured request id to replay | |
| target_url | Yes | Where to send it, e.g. http://localhost:3000/webhook |