Overview
Add Apollo.io to any ModuleX agent or workflow. B2B sales intelligence integration: full CRM CRUD + enrichment + prospecting + sequences + tasks againstapi.apollo.io/api/v1. Largest integration in the package by action count (27 actions).
Authentication
API Key Authentication
Authenticate using your Apollo.io API key. Some endpoints require master API key.Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| Apollo.io API Key | Your Apollo.io API key for authentication | Yes | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
Available Actions
people_enrichment — Enrich a person's profile with employment history, contact info, and organization details. Consumes credits.
people_enrichment — Enrich a person's profile with employment history, contact info, and organization details. Consumes credits.
Parameters
false)false)Response
bulk_people_enrichment — Enrich up to 10 people in a single request. More efficient than individual calls. Consumes credits.
bulk_people_enrichment — Enrich up to 10 people in a single request. More efficient than individual calls. Consumes credits.
organization_enrichment — Enrich a company's profile with industry, revenue, employee count, funding, technologies. Consumes credits.
organization_enrichment — Enrich a company's profile with industry, revenue, employee count, funding, technologies. Consumes credits.
bulk_organization_enrichment — Enrich up to 10 organizations in a single request. Consumes credits.
bulk_organization_enrichment — Enrich up to 10 organizations in a single request. Consumes credits.
people_search — Search 210M+ contacts by job title, seniority, location, company. Requires paid plan.
people_search — Search 210M+ contacts by job title, seniority, location, company. Requires paid plan.
Parameters
1)25)Response
organization_search — Search 35M+ companies by size, location, revenue, technologies. Requires paid plan.
organization_search — Search 35M+ companies by size, location, revenue, technologies. Requires paid plan.
Parameters
1)25)Response
organization_job_postings — Get active job postings for a company to understand hiring trends.
organization_job_postings — Get active job postings for a company to understand hiring trends.
create_contact — Create a new contact in your Apollo database. Does not consume credits.
create_contact — Create a new contact in your Apollo database. Does not consume credits.
Parameters
Response
update_contact — Update an existing contact's information.
update_contact — Update an existing contact's information.
search_contacts — Search contacts in your Apollo database.
search_contacts — Search contacts in your Apollo database.
view_contact — View detailed information for a specific contact.
view_contact — View detailed information for a specific contact.
create_account — Create a new account (company) in your database. Requires master API key.
create_account — Create a new account (company) in your database. Requires master API key.
update_account — Update an existing account's information.
update_account — Update an existing account's information.
search_accounts — Search accounts in your Apollo database.
search_accounts — Search accounts in your Apollo database.
view_account — View detailed information for a specific account.
view_account — View detailed information for a specific account.
create_deal — Create a new deal/opportunity. Requires master API key.
create_deal — Create a new deal/opportunity. Requires master API key.
update_deal — Update an existing deal.
update_deal — Update an existing deal.
list_deals — List all deals in your Apollo account.
list_deals — List all deals in your Apollo account.
view_deal — View detailed information for a specific deal.
view_deal — View detailed information for a specific deal.
search_sequences — Search for email sequences in your Apollo account.
search_sequences — Search for email sequences in your Apollo account.
add_contacts_to_sequence — Add contacts to an email sequence for automated outreach.
add_contacts_to_sequence — Add contacts to an email sequence for automated outreach.
create_task — Create a new task/reminder in Apollo.
create_task — Create a new task/reminder in Apollo.
search_tasks — Search tasks in your Apollo account.
search_tasks — Search tasks in your Apollo account.
get_api_usage — Get API usage statistics and rate limit information.
get_api_usage — Get API usage statistics and rate limit information.
Response
list_users — List all team members in your Apollo account.
list_users — List all team members in your Apollo account.
list_contact_stages — List all contact stages configured in your Apollo account.
list_contact_stages — List all contact stages configured in your Apollo account.
Response
list_account_stages — List all account stages configured in your Apollo account.
list_account_stages — List all account stages configured in your Apollo account.
Response
list_deal_stages — List all deal stages configured in your Apollo account.
list_deal_stages — List all deal stages configured in your Apollo account.
Response
Limits & Quotas
per_pageclamped at 100 (Apollo’s cap on most search endpoints).- Bulk-enrichment actions clamp input to 10 items per request (Apollo’s cap).
- Enrichment-class actions consume Apollo credits; CRUD on contacts/accounts/deals does NOT.
- Domain helpers strip
https:///www./ paths so callers can pass full URLs or bare hostnames interchangeably.