WP Webhooks / Docs / Dynamic URL Templates
Feature Pro since v1.7.0

Dynamic URL Templates

Use `{{ field.path }}` placeholders in endpoint URLs — resolved per-event against the live payload.

$

Add `{{ field.path }}` tokens anywhere in the webhook URL. At dispatch time, each token is resolved against the outgoing (post-mapping) payload using dot-notation. If the token is not found in the mapped payload, the original pre-mapping payload is consulted as fallback. Values are `rawurlencode()`'d before substitution.

Example URLs

`https://api.hubapi.com/crm/v3/objects/deals/{{ _hs_deal_id }}` — injects the deal ID per event. `https://api.example.com/users/{{ user.id }}/orders/{{ order.id }}` — multiple tokens resolved independently.

/ Related

Ready

Stop losing webhooks.
Start logging them.

$ wp plugin install flowsystems-webhook-actions --activate