If you’re coming from RB2B
RB2B ships a few workflow examples, but they lean on a page-view activity object and leave routing, lifecycle, and assignment for you to wire up.| RB2B | Squid ID | |
|---|---|---|
| ICP-based routing | Not built in | squid_icp on every contact |
| Lifecycle / owner on sync | Workflow-only | Set by the connector on create, plus workflows |
| Premium data to act on | Business email + page | Mobile, personal email, address (Squid ID+) |
Why this matters. The connector already does the work most teams build workflows for (assignment, lifecycle, list membership). The recipes below are for the layer on top: scoring, routing, and outreach.
Before you build
These recipes use thesquid_ properties. A few notes:
squid_icpcarries the ICP the visitor matched, so you can branch on intent without rebuilding scoring in HubSpot.squid_captured_atupdates on every sync, so it is your “last seen” signal. Set the connector’s Send option to every identified visit if you want returning visitors to re-fire workflows.squid_landing_pageis the page they were identified on, useful for intent routing.squid_intent_pageslists the high-intent pages the visitor actually viewed, so you can branch to a hotter path when they hit pricing, demo, or checkout. The connector can also route on this before the contact is ever created (see Choose who syncs).
Recipe: create a task when a visitor is identified
The simplest version: give a rep a task every time Squid ID identifies someone. Squid ID syncs the contact and stamps the properties; HubSpot creates and assigns the task. Workflows are a paid HubSpot feature (Professional or Enterprise tiers).Create the workflow
Set the enrollment trigger
squid_captured_at is known. To get a task on returning visits too (not just the first identification), set the connector’s Send option to every identified visit and turn on re-enrollment in the trigger settings.Add the Create task action
Review and turn it on
squid_icp is known (or is any of your priority ICPs), covered in the next recipe.Recipe: route ICP matches to a rep
Send your best-fit visitors straight to an owner.Trigger
squid_icp is known. Narrow it with is any of your priority ICP names if you only want certain segments.Actions
Recipe: re-engage returning visitors
Catch people who come back after a quiet period.Set the connector to re-sync
Trigger
squid_captured_at is more than 7 days after the contact’s create date, with re-enrollment on squid_captured_at.Actions
Recipe: high-intent page routing
Act when someone lands on a page that signals buying intent.Trigger
squid_landing_page contains /pricing (or /demo, /contact).Actions
Recipe: outreach on Squid ID+ data
Turn unlocked contact data into a sequence.Trigger
squid_personal_email is known (present only when Squid ID+ is unlocked for the record).Actions
Recipe: notify the contact owner
Tell the owner the moment one of their accounts is back on the site.Trigger
Contact owner is known AND squid_captured_at is less than 1 day ago (re-enroll on squid_captured_at).Action
Recipe: build a segment of your best visitors
A worked example you can follow end to end. HubSpot renamed lists to segments (some portals still say “lists”), and there are two kinds:- A static segment is a fixed bucket. Squid ID adds each identified contact to it as they sync. This is the segment you pick in the connector.
- An active segment rebuilds itself from filter criteria. You can’t add to it directly (nothing can, including Squid ID), but it’s where you filter the incoming contacts down to the ones worth acting on.
squid_ properties.
Create the static segment in HubSpot
Squid ID – Website visitors and save.Point the connector at it
Create an active segment on top
Hot ICP – last 7 days.Filter on the Squid ID fields
- Member of segment
Squid ID – Website visitors(scopes it to Squid-identified people) - AND
squid_icpis any of your priority ICP names - AND
squid_intent_pagesis known - AND
squid_captured_atis after7 days ago
squid_icp, squid_intent_pages, squid_landing_page, and squid_captured_at, plus the standard email, jobtitle, and company. When Create & associate companies is on you can also filter on the linked Company’s name, domain, and industry.Reports
- Report on
squid_captured_atover time to see identified-visitor volume, and onsquid_icpto see how much of it is on-profile. - Point any report or dashboard at the active segment above so it tracks just your best-fit, in-market visitors.
