> For the complete documentation index, see [llms.txt](https://docs.salescaling.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salescaling.com/en/platform-settings/integraciones/conectar-plataformas-de-llamadas.md).

# Connect Calling Platforms

### Connect your telephony platforms with Salescaling to automatically import and analyze all your recorded business calls.

<figure><img src="/files/8803e8fe0f9a8270b394cc63e9aec30071aa9a1b" alt=""><figcaption></figcaption></figure>

This section will guide you through the connection process for each of the supported platforms. Each system has its own requirements, so detailed individual guides have been created.

Select the platform you want to connect to see the step-by-step instructions:

* [**Aircall Integration**](/en/platform-settings/integraciones/conectar-plataformas-de-llamadas/aircall.md)
  * Connect your Aircall account via API ID and API Token to sync recordings.
* [**Hubspot Calls Integration**](/en/platform-settings/integraciones/conectar-plataformas-de-llamadas/hubspot.md)
  * Automatically import recorded calls from your Hubspot account.
* [**Ringover Integration**](/en/platform-settings/integraciones/conectar-plataformas-de-llamadas/ringover.md)
  * Connect your Ringover account via API Key to sync recordings.
* [**3CX Integration**](/en/platform-settings/integraciones/conectar-plataformas-de-llamadas/threecx.md)
  * Configure call import from your 3CX system via credentials or SFTP.

**Frequently Asked Questions (FAQ)**

<details>

<summary>Where can I find my API ID and API Token to connect Aircall?</summary>

In the Aircall Dashboard, go to **Integrations and API** in the side menu, then to the **API Keys** tab, and click **Generate an API key**. The API ID and API Token will be shown to you. Remember that the API Token is only shown once at the time of creation, so save it in a secure place.

</details>

<details>

<summary>Where can I find my API Key to connect a platform like Ringover?</summary>

Generally, the API Key is a secret key found in the settings panel or in the developer section of your Ringover account. You will need to log in to Ringover to find it. If you have problems, consult Ringover's help documentation or contact their support team.

</details>

<details>

<summary>What is "User Mapping" for the 3CX integration and why is it important?</summary>

"User Mapping" is the process of associating the `Extension ID` of a user in 3CX with their corresponding user account in Salescaling. It is a crucial step so that, when a call is imported from 3CX, Salescaling knows which member of your team to correctly assign the recording to.

</details>


---

# 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://docs.salescaling.com/en/platform-settings/integraciones/conectar-plataformas-de-llamadas.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.
