> For the complete documentation index, see [llms.txt](https://help.sipgate.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sipgate.de/cloud-telefonanlage/en/connections-and-integrations/integrationen-fur-die-sipgate-app/apollo-integration.md).

# Apollo integration

Apollo is the unified platform for engagement acceleration that enables sales teams to drastically increase the number of their quality conversions and opportunities.

With sipgate, you can make calls directly from Apollo and use your contacts in the sipgate app. This way, you can always see which contact is calling and don't have to switch between different tools. sipgate is your phone system with the telephony app for desktop and mobile.

**Integration of Apollo in the sipgate app:**

{% stepper %}
{% step %}
**Select integration**

Click the gear icon on the left in the sipgate app and select "Integrations". Under "Integrations", look for "Apollo" and click the "Connect with Apollo" button. ![apollo.png](/files/87c0178191125bcbe274d32a4d6869cdd61a0625)
{% endstep %}

{% step %}
**Enter API key**

Enter the required API key here.

![apollo\_api.png](/files/6850272f7dc72d0ea3ac194982d466ef2c3d83fd)
{% endstep %}

{% step %}
**Confirm connection**

This means you have successfully connected Apollo and the sipgate app.

{% hint style="info" %}
Note: Depending on the number of contacts to be integrated, it may take a few minutes until they are fully displayed.
{% endhint %}
{% endstep %}
{% endstepper %}

**Find or create API key in your Apollo account:**

{% stepper %}
{% step %}
**Open API keys**

Log in at --> <https://developer.apollo.io/keys/> with your credentials (administrators only). You can generate a new API key using the "Create new key" button.

![apollo1 Kopie.png](/files/90f501fecba1e7ad5022a90bd6191859a2f6d44e)
{% endstep %}

{% step %}
**Configure key**

In the pop-up window that now appears, you can assign any name and any description for the API key.

Under "APIs", please select the following four entries:

api/v1/contacts/search\
api/v1/accounts/search\
api/v1/contacts/create\
api/v1/organizations/search

Save the entries with the "Create API Key" button (bottom right).

![apollo2.1 Kopie.png](/files/3bacc27924ce99d904b355f9c618c095f886e391)
{% endstep %}

{% step %}
**Copy key**

This means you have created a new API key. On the home screen, you will now find a corresponding entry. Here you can view it, copy it, or delete it again.

![apollo3 Kopie.png](/files/204f7f49a637738cadcc28930454b653ff5c19d6)
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.sipgate.de/cloud-telefonanlage/en/connections-and-integrations/integrationen-fur-die-sipgate-app/apollo-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
