> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Apollo

Apollo is a CRM tool that allows you to manage your contacts, leads, and opportunities.

<Accordion title="Create Apollo Task">
  Creates new tasks in apollo.io for users and teams. requires a master api key. note: not available for free plan users. apollo does not deduplicate tasks.
</Accordion>

<Accordion title="List Apollo Account Stages">
  Retrieves the ids and details for available account stages in your apollo account. requires a master api key.
</Accordion>

<Accordion title="Create Apollo Deal">
  Creates a new deal in apollo.io. requires a master api key. tracks account activity including monetary values, owners, and stages.
</Accordion>

<Accordion title="List Apollo Contact Stages">
  Retrieves the ids and details for available contact stages in your apollo account. requires a master api key.
</Accordion>

<Accordion title="Apollo People Search">
  Search for people in apollo's database. consumes credits and not available for free plans. limited to 50,000 records (100 per page, up to 500 pages). note: does not return new email/phone data - use people enrichment endpoints for that.
</Accordion>

<Accordion title="List Apollo Deals">
  Retrieves all deals that have been created for your team's apollo account. requires a master api key.
</Accordion>

<Accordion title="Search Apollo Contacts">
  Search for contacts in your apollo account. not available for free plan users. limited to 50,000 records (100 per page, up to 500 pages).
</Accordion>

<Accordion title="Search Apollo Accounts">
  Search for accounts in your apollo account. not available for free plan users. limited to 50,000 records (100 per page, up to 500 pages). note: this searches only accounts added to your database, not all companies in apollo.
</Accordion>

<Accordion title="List Apollo Users">
  Retrieves the ids for all users (teammates) in your apollo account. requires a master api key.
</Accordion>

<Accordion title="Update Apollo Contact">
  Updates an existing contact in apollo.io. requires a master api key.
</Accordion>

<Accordion title="Update Apollo Account">
  Updates an existing account in apollo.io. requires a master api key.
</Accordion>

<Accordion title="Create Apollo Contact">
  Creates a new contact in apollo.io. requires a master api key. note: apollo does not deduplicate contacts - a new contact will be created even if similar details exist.
</Accordion>

<Accordion title="Update Apollo Deal">
  Updates an existing deal in apollo.io. requires a master api key.
</Accordion>

<Accordion title="Apollo Organization Enrichment">
  Enriches data for one company in apollo.io. requires a master api key. enriched data includes industry information, revenue, employee counts, funding details, and more.
</Accordion>

<Accordion title="Apollo Organization Search">
  Search for companies in apollo's database. consumes credits and not available for free plans. limited to 50,000 records (100 per page, up to 500 pages).
</Accordion>

<Accordion title="Apollo People Enrichment">
  Enriches data for one person in apollo.io. requires a master api key.
</Accordion>

<Accordion title="Create Apollo Account">
  Creates a new account in apollo.io. requires a master api key. note: apollo does not deduplicate accounts - a new account will be created even if similar details exist.
</Accordion>
