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

# Apollo Changelog

> Release history for the Apollo connector. Each version lists what changed and which actions were affected.

<Card title="Apollo connector" icon="arrow-left" href="/connectors/apollo" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.6.0" description="17 Sept 2026">
  `new-feature` `data-sync`

  Added DataSync support to nineteen list actions across accounts, contacts, deals, tasks, calls, sequences, outreach emails, stages, fields, lists, users and the unified IAM endpoints. All sync by full refresh, as Apollo exposes no updated-since filter.

  <AccordionGroup>
    <Accordion title="Changed · 19 actions updated">
      `apollo_get_a_list_of_all_lists`, `apollo_get_a_list_of_email_accounts`, `apollo_get_a_list_of_fields`, `apollo_get_a_list_of_users`, `apollo_list_account_stages`, `apollo_list_all_deals`, `apollo_list_contact_stages`, `apollo_list_deal_stages`, `apollo_organization_search`, `apollo_people_search`, `apollo_search_accounts`, `apollo_search_calls`, `apollo_search_contacts`, `apollo_search_outreach_emails`, `apollo_search_sequences`, `apollo_search_tasks`, `apollo_unified_list_organizations`, `apollo_unified_list_roles`, `apollo_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.5.1" description="31 Aug 2026">
  `bug-fix`

  Fixed user lists being truncated on large accounts, and user lookups failing for users beyond the first page.

  <AccordionGroup>
    <Accordion title="Changed · 7 actions updated">
      `apollo_unified_get_me`, `apollo_unified_get_role`, `apollo_unified_get_user`, `apollo_unified_list_organizations`, `apollo_unified_list_resource_users`, `apollo_unified_list_roles`, `apollo_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.5.0" description="19 Aug 2026">
  `bug-fix`

  Fixed base URL to include the /api path segment required by the Apollo API.

  <AccordionGroup>
    <Accordion title="Changed · 56 actions updated">
      `apollo_activate_sequence`, `apollo_add_contacts_to_sequence`, `apollo_archive_sequence`, `apollo_bulk_create_tasks`, `apollo_bulk_enrich_organizations`, `apollo_bulk_enrich_people`, `apollo_check_email_stats`, `apollo_create_account`, `apollo_create_call_record`, `apollo_create_contact`, `apollo_create_custom_field`, `apollo_create_deal`, `apollo_create_task`, `apollo_deactivate_sequence`, `apollo_enrich_organization`, `apollo_enrich_person`, `apollo_get_a_list_of_all_lists`, `apollo_get_a_list_of_email_accounts`, `apollo_get_a_list_of_fields`, `apollo_get_a_list_of_users`, `apollo_get_api_usage_stats`, `apollo_get_complete_organization_info`, `apollo_get_organization_job_postings`, `apollo_list_account_stages`, `apollo_list_all_deals`, `apollo_list_contact_stages`, `apollo_list_deal_stages`, `apollo_news_articles_search`, `apollo_organization_search`, `apollo_people_search`, `apollo_search_accounts`, `apollo_search_calls`, `apollo_search_contacts`, `apollo_search_outreach_emails`, `apollo_search_sequences`, `apollo_search_tasks`, `apollo_unified_get_me`, `apollo_unified_get_organization`, `apollo_unified_get_role`, `apollo_unified_get_user`, `apollo_unified_list_organizations`, `apollo_unified_list_resource_types`, `apollo_unified_list_resource_users`, `apollo_unified_list_roles`, `apollo_unified_list_users`, `apollo_update_account`, `apollo_update_account_owners`, `apollo_update_call_record`, `apollo_update_contact`, `apollo_update_contact_owners`, `apollo_update_contact_stages`, `apollo_update_contact_status_in_sequence`, `apollo_update_deal`, `apollo_view_account`, `apollo_view_contact`, `apollo_view_deal`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.4.0" description="18 Aug 2026">
  `improvement`

  Renamed actions to match provider API naming conventions. Added linkedin\_url, name, website, and details parameters to organization enrichment actions.

  <AccordionGroup>
    <Accordion title="Added · 9 new actions">
      `apollo_get_a_list_of_all_lists`, `apollo_get_a_list_of_email_accounts`, `apollo_get_a_list_of_fields`, `apollo_get_a_list_of_users`, `apollo_get_complete_organization_info`, `apollo_list_all_deals`, `apollo_news_articles_search`, `apollo_organization_search`, `apollo_people_search`
    </Accordion>

    <Accordion title="Removed · 9 actions removed">
      `apollo_get_organization`, `apollo_list_deals`, `apollo_list_email_accounts`, `apollo_list_fields`, `apollo_list_lists`, `apollo_list_users`, `apollo_search_news_articles`, `apollo_search_organizations`, `apollo_search_people`
    </Accordion>

    <Accordion title="Changed · 2 actions updated">
      `apollo_bulk_enrich_organizations`, `apollo_enrich_organization`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.3.0" description="5 Aug 2026">
  `improvement` `bug-fix`

  Fixed user and role lookups returning an empty result instead of a not-found error. Restored general availability status.

  <AccordionGroup>
    <Accordion title="Changed · 2 actions updated">
      `apollo_unified_get_role`, `apollo_unified_get_user`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.2.1" description="30 Jul 2026">
  `bug-fix`

  Fixed the IAM users list returning a duplicate first page and failing when the caller followed the next cursor.
</Update>
