MARKETING

Real-Time UTM Check on Submitted Campaign Links via Webhook

Receives a campaign link the moment a marketer submits it through a form or shortlink tool, validates the UTM tagging instantly.

CategoryMarketing
Enginesim
Difficultyintermediate
Triggerwebhook
Steps5
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerWebhook receives candidate URL and submitter infoHTTP webhook
  • LogicParse and validate UTM parameters against convention
  • LogicBranch on approved vs rejected
  • ActionAppend rejection to Airtable audit logAirtableAirtable
  • OutputReturn approve/reject verdict as webhook responseHTTP webhook

What it does

This workflow exposes a webhook endpoint that any internal form, browser extension, or shortlink generator can call with a candidate campaign URL. It validates the UTM parameters synchronously and returns an approval verdict in the response, so the submitting tool can block a bad link at the point of creation. Every rejection is appended to an Airtable audit log for trend analysis.

When to use it

Use it when you want UTM compliance enforced at the exact moment a link is minted — inside your link-shortener, a Notion form, or a custom marketing portal — rather than catching errors later in a sheet.

How it works

  1. 1An HTTP webhook receives a POST with the candidate URL and submitter metadata.
  2. 2A logic step parses the URL and validates every UTM parameter against the convention and required-field rules.
  3. 3It branches on the result: approved links return a 200 with a clean verdict; rejected links return the specific failure reasons.
  4. 4For any rejection, the workflow appends a row to the Airtable audit log capturing the bad link, reason, and submitter.
  5. 5The verdict payload is returned to the calling tool as the webhook response.

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.