Replay a captured webhook
Replay a stored webhook to a controlled HTTP target to reproduce a handler path or verify a fix.
Before you begin
- A captured webhook log owned by your account.
- A reachable target URL.
- A target that is safe to receive the request.
Replay the request
- Open the webhook log and select Replay.
- Enter the complete target URL. A target URL is required.
- Review the target for potential production side effects.
- Send the replay.
- Review the saved response status, duration, and error when present.
Expected behavior
A replay record is created before the outbound request. A reachable target response is recorded even when it returns a non-2xx status. An unreachable target or timeout is recorded as failed or timeout.
Restrictions
- The target is checked to reduce server-side request forgery risk.
- Usage is limited by the current subscription plan.
- The original provider signature is not regenerated.