MARKETING

Real-time UTM gatekeeper for link-builder submissions

Receives each tracking link from your campaign builder via webhook, validates it instantly against your naming convention.

CategoryMarketing
Enginesim
Difficultyadvanced
Triggerwebhook
Steps6
Setup~25 min

How it runs

The automated pipeline, trigger to output.

  • TriggerWebhook receives proposed tracking URLHTTP webhook
  • LogicParse base URL and UTM parameters
  • LogicValidate enums, casing, and required fields
  • LogicBranch on approved vs rejected
  • ActionLog rejected attempts to AirtableAirtableAirtable
  • OutputReturn JSON verdict with field-level correctionsHTTP webhook

What it does

This workflow acts as a synchronous gate in your link-creation flow. Your internal campaign-link builder (or a form) POSTs a proposed tracking URL to a webhook; the workflow validates every UTM parameter in real time and responds with either an approval or a rejection that spells out each violation and the corrected value. It stops malformed links at the moment of creation rather than catching them later.

When to use it

Use it when you've built or bought a link-builder tool and want to enforce governance at the point of entry. Ideal for organizations that want hard enforcement: no link gets created unless it passes the convention check.

How it works

  1. 1An inbound webhook receives the proposed tracking URL and metadata.
  2. 2The URL is parsed into base and UTM parameters.
  3. 3Validation logic checks enums, casing, required parameters, and campaign-name pattern.
  4. 4A branch decides approved vs rejected.
  5. 5Rejected attempts are logged to Airtable for governance reporting.
  6. 6The webhook returns a structured JSON verdict with per-field corrections the builder can apply automatically.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect HTTP webhookTrigger any URL on agent actions.
  2. 2
    Connect AirtableBases, tables, views, automations.
  3. 3
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  4. 4
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  5. 5
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.