LEAD GENERATION
Attach Hiring Signals to Salesforce Opportunities or Open New Leads
Routes each new hiring signal in Salesforce: if an open opportunity exists it logs the signal as a task on it, otherwise it creates a deduplicated lead.
How it runs
The automated pipeline, trigger to output.
- TriggerNew scored account arrivesPostgres
- ActionLook up account and open dealsSalesforce
- LogicBranch: deal vs. lead vs. dedup
- ActionLog task or create deduped leadSalesforce
- OutputWrite outcome back for auditPostgres
What it does
This applies smart routing logic so hiring signals land in the right place in Salesforce. A signal for an account with a live deal becomes a timely activity on that opportunity; a signal for an unknown account becomes a fresh lead, checked against existing records first so you never spawn duplicates.
When to use it
Use it when Salesforce is your source of truth and duplicate prevention matters. It suits AE-and-SDR teams who need new intent reflected on in-flight deals ("they are hiring three more engineers, push the bigger package") without polluting the org with redundant leads.
How it works
- 1A new scored account from the harvester triggers the run.
- 2Salesforce is queried for a matching account and any open opportunity.
- 3A branch decides the path: open opportunity, existing-but-no-deal, or net-new.
- 4With an open opportunity, a task carrying the hiring signal and recommended play is logged against it.
- 5With no match, a deduplicated lead is created using domain and company-name matching.
- 6The outcome and Salesforce record id are written back to Postgres for auditing.
Set it up
What you configure once, before turning it on.
- 1Connect PostgresAny Postgres URL — query, write, migrate.
- 2Connect SalesforceAccounts, opportunities, cases.
- 3Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 4Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 5Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Lead Generation workflows
Webhook-triggered Brave rising-keyword check into a Notion trend queue
When an external trend or alert tool fires a webhook with a keyword, checks Brave for current intent volume and freshness, has an LLM judge whether it's a real warm signal.
Fuzzy-match badge companies to Salesforce accounts and enrich
Resolves messy hand-typed company names from badge scans to canonical Salesforce accounts using domain and fuzzy-name matching, enriches missing firmographics.
Manual Brave keyword sweep into an Airtable research board
On demand, sweeps a topic across Brave Search, clusters the results by buying stage with an LLM, and writes a deduplicated research board to Airtable with company, source URL.
Daily rollup of scored webinar leads from Airtable into HubSpot lists
On a schedule, read newly scored webinar leads from Airtable, sync each into the matching HubSpot tiered list (Hot/Warm/Cold).
Fast-track hot webinar leads into HubSpot and ping the rep on Slack
After a webinar, identify attendees whose poll answers signal high purchase intent, create or update their HubSpot contact with a lead score.
Classify open-text webinar poll answers with AI and enrich the lead record
For webinars that use free-text poll questions, an AI step reads each attendee's written answers, classifies intent and pain points into structured fields.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
