Auto-forward & targets

Replay targets

A replay target is a URL where captured webhooks are forwarded. Each team member creates their own target pointing at their local dev server. Targets are scoped to an endpoint — they only receive captures from that endpoint.

To add a target, expand an endpoint in your project and click Add Target. Enter a name (e.g., "My laptop") and the URL (e.g.,

http://localhost:3000/webhooks

).

Auto-forward

Enable the Auto-replay toggle on a replay target to automatically forward every incoming webhook to that target as it’s captured. No manual replay needed — webhooks arrive at your dev server in real time.

⚠️ Auto-forward requires First Mate plan or higher. Deckhand (free) supports manual replay only.
PlanAuto-forward targets
Deckhand0
First Mate1
Captain3

Domain verification

Before creating a replay target pointing at a non-localhost URL, you must verify domain ownership. FlurryPORT supports two verification methods:

1
DNS TXT record — Add a TXT record at _flurryport-verify.yourdomain.com with the token value shown in the UI.
2
HTTP well-known — Serve a file at https://yourdomain.com/.well-known/flurryport-verify/{token} whose body contains the token.

Verifying a root domain (e.g., example.com) automatically covers all subdomains. Localhost targets never require verification.

CLI forwarding

The FlurryPORT CLI can forward captures to your local machine without setting up a replay target in the UI. See

CLI setup

for details.