Overview
Add Sixtyfour AI to any ModuleX agent or workflow. AI-powered contact discovery and lead/company enrichment against the Sixtyfour AI REST API (api.sixtyfour.ai). Find verified emails and phone numbers for a prospect, and turn thin lead or company records into researched profiles with structured data, source references, and a confidence score.
Categories: Sales · Enrichment · Sales Engagement · Auth: API Key · Actions: 4
Authentication
API Key Authentication
Authenticate using your Sixtyfour AI API keyStep 1
Sign up or log in at https://app.sixtyfour.ai
Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| Sixtyfour AI API Key | Your Sixtyfour AI API key | Yes | - |
Available Actions
find_phone — Find phone numbers for a lead using Sixtyfour AI.
find_phone — Find phone numbers for a lead using Sixtyfour AI.
find_email — Find email addresses for a lead using Sixtyfour AI.
find_email — Find email addresses for a lead using Sixtyfour AI.
Parameters
Full name of the person
Company name
LinkedIn profile URL
Company website domain
Phone number
Job title
Email discovery mode: ‘PROFESSIONAL’ (default) or ‘PERSONAL’ (Default:
PROFESSIONAL)Response
enrich_lead — Enrich lead information with contact details, social profiles, and company data using Sixtyfour AI.
enrich_lead — Enrich lead information with contact details, social profiles, and company data using Sixtyfour AI.
enrich_company — Enrich company data with additional information and find associated people using Sixtyfour AI.
enrich_company — Enrich company data with additional information and find associated people using Sixtyfour AI.
Parameters
Company data as a JSON object (e.g. {“name”: “Acme Inc”, “domain”: “acme.com”})
Fields to collect as a JSON object. Keys are field names, values are descriptions (e.g. {“website”: “Company website URL”, “num_employees”: “Employee count”})
Whether to find people associated with the company
Whether to retrieve the full organizational chart
Optional strategy describing how the agent should search for information
Description of people to find (roles, responsibilities)
Custom schema for returned lead data as a JSON object
Response
Limits & Quotas
- Enrichment is long-running.
enrich_leadandenrich_companyperform deep research — typical P95 runtime is ~5 minutes and can reach ~10 minutes for complex records. The client timeout for these tools is set to 15 minutes;find_email/find_phoneuse a 2-minute timeout. - Credit usage scales with the requested struct. Request only the fields you need to keep credit consumption down.
- Error model: non-2xx responses and timeouts are caught and returned
as
success=False+errorrather than raising. Plan retries on the agent side based on the error string.