Sixtyfour AI

Sixtyfour AI is an AI-powered research platform that finds contact information and enriches lead and company data by researching the web. It combines automated search with structured data extraction to surface emails, phone numbers, and detailed profile information.

With Sixtyfour AI, you can:

  • Find phone numbers: Locate phone numbers for a lead using their name, company, LinkedIn URL, or other identifying details
  • Find email addresses: Discover professional or personal email addresses, complete with validation status
  • Enrich leads: Research a person and return structured data matching custom fields, backed by source references and a confidence score
  • Enrich companies: Research a company, optionally finding associated people and a full org chart, with results matching custom fields

In Zoen, the Sixtyfour AI integration allows your agents to look up phone numbers and emails for a lead, and enrich lead or company records with structured research data, source references, and confidence scores—all programmatically through API calls. This enables your agents to turn partial contact information into complete, verified profiles, and to build out organizational data such as employee counts and org charts as part of a workflow.

Usage Instructions

Find emails, phone numbers, and enrich lead or company data with contact information, social profiles, and detailed research using Sixtyfour AI.

Actions

sixtyfour_find_phone

Find phone numbers for a lead using Sixtyfour AI.

Input

ParameterTypeRequiredDescription
apiKeystringYesSixtyfour API key
namestringYesFull name of the person
companystringNoCompany name
linkedinUrlstringNoLinkedIn profile URL
domainstringNoCompany website domain
emailstringNoEmail address

Output

ParameterTypeDescription
namestringName of the person
companystringCompany name
phonestringPhone number(s) found
linkedinUrlstringLinkedIn profile URL

sixtyfour_find_email

Find email addresses for a lead using Sixtyfour AI.

Input

ParameterTypeRequiredDescription
apiKeystringYesSixtyfour API key
namestringYesFull name of the person
companystringNoCompany name
linkedinUrlstringNoLinkedIn profile URL
domainstringNoCompany website domain
phonestringNoPhone number
titlestringNoJob title
modestringNoEmail discovery mode: PROFESSIONAL (default) or PERSONAL

Output

ParameterTypeDescription
namestringName of the person
companystringCompany name
titlestringJob title
phonestringPhone number
linkedinUrlstringLinkedIn profile URL
emailsjsonProfessional email addresses found
addressstringEmail address
statusstringValidation status (OK or UNKNOWN)
typestringEmail type (COMPANY or PERSONAL)
personalEmailsjsonPersonal email addresses found (only in PERSONAL mode)
addressstringEmail address
statusstringValidation status (OK or UNKNOWN)
typestringEmail type (COMPANY or PERSONAL)

sixtyfour_enrich_lead

Enrich lead information with contact details, social profiles, and company data using Sixtyfour AI.

Input

ParameterTypeRequiredDescription
apiKeystringYesSixtyfour API key
leadInfostringYesLead information as JSON object with key-value pairs (e.g. name, company, title, linkedin)
structstringYesFields to collect as JSON object. Keys are field names, values are descriptions (e.g. {"email": "The individual's email address", "phone": "Phone number"})
researchPlanstringNoOptional research plan to guide enrichment strategy

Output

ParameterTypeDescription
notesstringResearch notes about the lead
structuredDatajsonEnriched lead data matching the requested struct fields
referencesjsonSource URLs and descriptions used for enrichment
confidenceScorenumberQuality score for the returned data (0-10)

sixtyfour_enrich_company

Enrich company data with additional information and find associated people using Sixtyfour AI.

Input

ParameterTypeRequiredDescription
apiKeystringYesSixtyfour API key
targetCompanystringYesCompany data as JSON object (e.g. {"name": "Acme Inc", "domain": "acme.com"})
structstringYesFields to collect as JSON object. Keys are field names, values are descriptions (e.g. {"website": "Company website URL", "num_employees": "Employee count"})
findPeoplebooleanNoWhether to find people associated with the company
fullOrgChartbooleanNoWhether to retrieve the full organizational chart
researchPlanstringNoOptional strategy describing how the agent should search for information
peopleFocusPromptstringNoDescription of people to find (roles, responsibilities)
leadStructstringNoCustom schema for returned lead data as JSON object

Output

ParameterTypeDescription
notesstringResearch notes about the company
structuredDatajsonEnriched company data matching the requested struct fields
referencesjsonSource URLs and descriptions used for enrichment
confidenceScorenumberQuality score for the returned data (0-10)
orgChartjsonOrg chart returned when fullOrgChart is enabled

On this page