# Apollo MCP connector

> Connects to Apollo via Scalekit to manage accounts, contacts, sequences, tasks, analytics, and enrichment.

**URL:** https://caywork.com/learn/docs/node/apollomcp-node

## Content

The **Apollo MCP connector Node** integrates securely with Apollo using OAuth 2.0 / Scalekit Connected Accounts. It enables your AI agent to manage Apollo accounts, contacts, sequences, tasks, analytics, and enrichment.

## Parameters

### Required Parameters
* **action** (string): The target Apollo MCP action to run. Must be one of the enabled actions:
  * `apollomcp_apollo_accounts_bulk_create`
  * `apollomcp_apollo_accounts_create`
  * `apollomcp_apollo_accounts_update`
  * `apollomcp_apollo_analytics_sync_report`
  * `apollomcp_apollo_contacts_bulk_create`
  * `apollomcp_apollo_contacts_create`
  * `apollomcp_apollo_contacts_search`
  * `apollomcp_apollo_contacts_update`
  * `apollomcp_apollo_email_accounts_index`
  * `apollomcp_apollo_emailer_campaigns_add_contact_ids`
  * `apollomcp_apollo_emailer_campaigns_approve`
  * `apollomcp_apollo_emailer_campaigns_remove_or_stop_contact_ids`
  * `apollomcp_apollo_emailer_campaigns_search`
  * `apollomcp_apollo_emailer_schedules_index`
  * `apollomcp_apollo_feedback_log`
  * `apollomcp_apollo_mixed_companies_search`
  * `apollomcp_apollo_mixed_people_api_search`
  * `apollomcp_apollo_organizations_bulk_enrich`
  * `apollomcp_apollo_organizations_enrich`
  * `apollomcp_apollo_organizations_job_postings`
  * `apollomcp_apollo_people_bulk_match`
  * `apollomcp_apollo_people_match`
  * `apollomcp_apollo_sequences_create`
  * `apollomcp_apollo_sequences_update`
  * `apollomcp_apollo_tasks_bulk_create`
  * `apollomcp_apollo_tasks_complete`
  * `apollomcp_apollo_tasks_create`
  * `apollomcp_apollo_tasks_search`
  * `apollomcp_apollo_tasks_show`
  * `apollomcp_apollo_tasks_skip`
  * `apollomcp_apollo_tasks_update`
  * `apollomcp_apollo_usage_stats_credit_usage_stats`
  * `apollomcp_apollo_users_api_profile`

### Optional Parameters
* **params** (object): A key-value dictionary containing action-specific inputs (e.g., `{'contact_id': '...', 'name': '...'}`).

## Practical Use Cases
1. **Outbound Prospecting**: Search Apollo people and companies, enrich organization data, and add contacts to sequences.
2. **CRM Management**: Bulk create or update Apollo accounts and contacts, then log tasks and activity feedback for sales workflows.