Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
π Quickstart
Connect to Apollo with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Apollo.
Authorize Apollo
Go to Connections -> Add Test Connection -> Authorize, then enter your Apollo API key. Later, youβll let your users do the same directly from your app.
Call the Apollo API
Letβs make your first request to the Apollo API. Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Apollo Integration Guides
Nango maintained guides for common use cases.- How do I link my Apollo account?
Learn how to obtain your Apollo API key and link your account
π§© Pre-built syncs & actions for Apollo
Enable them in your dashboard. Extend and customize to fit your needs.Accounts
| Function name | Description | Type | Source code |
|---|---|---|---|
create-account | Create an account in Apollo. | Action | π Github |
delete-account | Delete or archive an account in Apollo by setting its existence_level to none | Action | π Github |
list-accounts | List accounts from Apollo. | Action | π Github |
update-account | Update an account in Apollo | Action | π Github |
Contacts
| Function name | Description | Type | Source code |
|---|---|---|---|
create-contact | Create a contact in Apollo. | Action | π Github |
delete-contact | Delete or archive a contact in Apollo | Action | π Github |
get-contact | Retrieve a single contact from Apollo. | Action | π Github |
list-contacts | List contacts from Apollo. | Action | π Github |
update-contact | Update a contact in Apollo. | Action | π Github |
Opportunities
| Function name | Description | Type | Source code |
|---|---|---|---|
create-opportunity | Create an opportunity in Apollo | Action | π Github |
delete-opportunity | Archive (soft-delete) an opportunity in Apollo by marking it as closed. | Action | π Github |
get-opportunity | Retrieve a single opportunity from Apollo. | Action | π Github |
list-opportunities | List opportunities from Apollo. | Action | π Github |
Organizations
| Function name | Description | Type | Source code |
|---|---|---|---|
enrich-organization | Enrich an organization by domain or Apollo ID | Action | π Github |
search-organizations | Search Apollo organization records. | Action | π Github |
People
| Function name | Description | Type | Source code |
|---|---|---|---|
bulk-enrich-people | Bulk enrich people by emails or IDs. Supports up to 10 people per request. | Action | π Github |
enrich-person | Enrich a person by email or Apollo ID | Action | π Github |
search-people | Search Apollo people records | Action | π Github |
Sequences
| Function name | Description | Type | Source code |
|---|---|---|---|
list-sequences | List sequences from Apollo. | Action | π Github |
remove-contact-from-sequence | Remove or stop one or more contacts from an Apollo sequence. | Action | π Github |
Tasks
| Function name | Description | Type | Source code |
|---|---|---|---|
create-task | Create a task in Apollo | Action | π Github |
list-tasks | List tasks from Apollo | Action | π Github |
Users
| Function name | Description | Type | Source code |
|---|---|---|---|
list-users | List users (team members) in the Apollo organisation. | Action | π Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
get-account | Retrieve a single account from Apollo. | Action | π Github |
update-opportunity | Update an opportunity in Apollo. | Action | π Github |
update-task | Update a task in Apollo. Note: Due to OAuth limitations, the original task cannot be directly modified or deleted. A new task is created with the updated fields, and the original task should be manually deleted in the Apollo UI. | Action | π Github |
accounts | Sync accounts from Apollo | Sync | π Github |
contacts | Sync contacts from Apollo | Sync | π Github |
opportunities | Sync opportunities from Apollo | Sync | π Github |
organization-search | Sync organizations matching saved Apollo filters | Sync | π Github |
sequences | Sync sequences from Apollo. | Sync | π Github |
tasks | Sync tasks from Apollo. | Sync | π Github |