HubSpot Workflows for AEO: automations Lantern installs

The five HubSpot Workflows Lantern publishes into your portal to persist AI source data, roll attribution up to deals, and notify reps when an AI-referred contact converts — exact trigger/action configurations included.

Updated 2026-04-20 · HubSpot integration · ~6 min read

What this does

HubSpot Workflows are Lantern's mechanism for keeping AI attribution data consistent across the Contact and Deal objects without polling. Workflows fire on contact creation, form submission, deal stage change, and closed-won — and write the right AI source data onto the right object at the right time. Without workflows, AI source data would live only on the contact and never reach the deal, breaking pipeline attribution.

How Lantern fits

Lantern installs five workflows into your HubSpot portal on OAuth connect. You review them before they activate. Each workflow is named with a 'Lantern:' prefix so they're easy to find, pause, or delete. The workflows use HubSpot's standard workflow engine — no custom code actions — so your RevOps team can audit, clone, or extend them exactly like any other HubSpot workflow.

Setup preview

The five workflows Lantern publishes: (1) Lantern: AI Source Persistence — triggers on contact created, copies utm_source and document_referrer into ai_source property. (2) Lantern: Deal AEO Rollup — triggers on deal stage changed, copies the contact's ai_source and ai_prompt onto the deal. (3) Lantern: Closed-Won Attribution — triggers on deal closed-won, logs the attribution event to Lantern for monthly reporting. (4) Lantern: AI Contact Alert — optional Slack/email to the owner when an AI-referred contact hits MQL. (5) Lantern: Attribution Repair — nightly, catches any contacts where ai_source is empty but utm_source matches an AI engine.

Lantern: AI Source Persistence workflow (JSON excerpt) · json
{
  "name": "Lantern: AI Source Persistence",
  "type": "CONTACT_FLOW",
  "enabled": true,
  "enrollmentTriggers": [
    {
      "filterFamily": "PropertyValue",
      "filterType": "EQUAL",
      "property": "createdate",
      "operator": "HAS_PROPERTY"
    }
  ],
  "actions": [
    {
      "type": "SET_CONTACT_PROPERTY",
      "propertyName": "ai_source",
      "value": "{{contact.utm_source}}"
    },
    {
      "type": "SET_CONTACT_PROPERTY",
      "propertyName": "ai_engine",
      "value": "{{contact.utm_medium}}"
    },
    {
      "type": "DELAY",
      "durationMs": 300000
    },
    {
      "type": "BRANCH",
      "condition": "ai_source IS_NOT_EMPTY",
      "true": [{"type": "SET_CONTACT_PROPERTY", "propertyName": "ai_attributed", "value": true}]
    }
  ]
}

Where this fits in the bigger picture

This page describes one specific surface inside HubSpot where Lantern's AEO pipeline attribution plugs in. The full integration stitches together across HubSpot Contacts, Deals, Workflows, Lists, Reports, Forms, CMS, and the Marketing/Sales/Service Hub stack. If you're evaluating where to start, the comparison hub has side-by-side comparisons of Lantern against Profound, Scrunch, Peec AI, AthenaHQ, and HubSpot's own AEO product — scored on the dimensions that matter for a CMO buyer (CRM integration depth, reporting quality, prompt-scaling economics).

If you're about to walk this work into a renewal review or budget conversation, the CFO's Guide to AEO Budget Defense has the memo template, the five-slide deck structure, the attribution-math cheat sheet, and the three most-common CFO objections with counter-arguments. It's the long-form companion that translates the technical HubSpot setup on this page into a defensible dollar number for finance.

FAQ

Common questions.

Will these workflows conflict with my existing HubSpot automation?
Lantern only writes to properties it created (ai_source, ai_engine, ai_prompt, ai_attributed, etc.). It does not touch standard HubSpot properties like Original Source, lifecyclestage, or lead status. If you have a workflow that sets Original Source manually, it continues to work alongside Lantern's.
Can I turn off any of the five workflows?
Yes. Each workflow is independent. The most commonly disabled one is 'Lantern: AI Contact Alert' because some teams prefer to pipe this through their own Slack tooling. Disabling it does not affect attribution accuracy.
Do these workflows count against my HubSpot workflow limit?
Yes — five workflow objects count toward your HubSpot tier limit. Starter (10), Professional (300), Enterprise (1000). If you're on Starter and already near the limit, you can disable 'Attribution Repair' (nightly catch-all) to free a slot; Lantern's attribution will still work, just without the nightly safety net.
Can I edit the workflows after Lantern installs them?
Yes — they're standard HubSpot workflows. However, if you edit one and Lantern later needs to push an update, you'll get a conflict prompt. Most teams clone the workflow and edit the clone rather than the Lantern-managed original.

Lantern ships this as a one-click HubSpot install.

Instead of hand-wiring properties, workflows, and tracking snippets, Lantern installs the full HubSpot integration in under 30 minutes — then ships the monthly AEO pipeline ROI report your CFO signs off on. $99/mo Starter or Enterprise. 14-day free trial.

Start free trial