Research Step
Run an AI prompt to reason over lead data, research accounts on the web, and extract structured results.
The Research step runs a custom instruction against an LLM, with the lead's data as context. It can search the web to learn about a lead or their company, then classify leads, generate personalized content, or extract structured information for use in downstream steps.

Configuration
Instructions
Write the prompt that the LLM will execute. Instructions support variables: use the Insert menu (⚡, Variables tab only) to reference lead data fields.
Be specific about what you want the model to produce. If you're extracting structured data, describe the expected output clearly.
Example instruction:
Tools
Optionally enable one or both tools to give the LLM access to live information:
Web Search
Allows the LLM to search the internet to research the lead or their company
Fetch URL
Allows the LLM to retrieve the contents of a specific URL
These tools are useful for account research steps, for example looking up a company's recent news or fetching their pricing page.
Field Extraction
Save the LLM's output (or parts of it) into lead fields for use in downstream steps. These become available as workflow-scoped variables.
Add one or more Fields:
Name
The field name (e.g., buyer_intent). Use snake_case.
Description
Describe what value should be extracted from the LLM output.
Example: Intent Classification + Personalized Email
Tips
Last updated