Skip to content
Recued
Menu
← Back to recipes

Contact Snippet Lookup

by recued-core v1

Looks up pre-approved outreach snippets based on contact's industry and job title. Renders copy-ready text with first name interpolation.

How it works 10 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Data fetch
contact ?
Process (9 steps)
validate_contact guard
Stop if contact result properties is missing
safe_industry coalesce
Use the first available value from: contact result properties industry, unknown
safe_job_title coalesce
Use the first available value from: contact result properties jobtitle, unknown
lookup_key template
Generate text from a template
matched_snippet pick
Keep only specific fields from
snippet_body coalesce
Use the first available value from: matched snippet, setting default snippet
safe_first_name coalesce
Use the first available value from: contact result properties firstname, there
personalized_text template
Generate text from a template
snippet_summary to_summary
Format results as a summary card
Settings 3 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

hubspot setting =
default snippet text = we noticed your profile and thought our solution might be relevant.
snippet library text = [object Object]

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

About

Tags

hubspot contactpersonalizationsnippetoutreachhubspot

Details

10 steps 3 configurable settings recipe_id: lookup-contact-snippet-hubspot