Documentation Menu

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

  1. Open the webhook log and select Replay.
  2. Enter the complete target URL. A target URL is required.
  3. Review the target for potential production side effects.
  4. Send the replay.
  5. 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.

Was this page helpful?

Your feedback helps us improve the docs.