> For the complete documentation index, see [llms.txt](https://daton-sarasanalytics.gitbook.io/daton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/call-center/justcall/how-to-integrate-justcall-with-daton.md).

# How to Integrate JustCall with Daton

### Pre-requisites

Before starting, ensure you have:

* An active Daton and JustCall account.&#x20;
* JustCall API Key and API Secret.

### Task &#x31;**: Get your** JustCall API Key and API Secret&#x20;

1. Log in to your [JustCall account](https://justcall.io/login).
2. Click on your profile icon, then select **Settings**.
3. On the settings page, scroll down and find the **Developers** section in the left menu.
4. Inside the Developers section, you'll see your **API Key and Secret**. \
   Click the **Copy** buttons next to each to copy them to your clipboard for later use with Daton.

### Integrate Daton with JustCall&#x20;

1. Log in to your [Daton account](https://daton.sarasanalytics.com/u/integrations-list) and search for JustCall in the list of Connectors, then click **Configure**.
2. Enter or select the following details and click **Authenticate**:&#x20;

   * Integration Name. Note that the Integration Name will be used to create the integration tables and cannot be modified later.
     * Optionally, add a description to identify the integration.
   * Replication Frequency&#x20;
   * Replication Start Date

   <figure><img src="/files/uSf5f2TFmZaUaZ5eSwk2" alt=""><figcaption></figcaption></figure>

   * Optionally, expand the **Advanced Configuration Options** section and, based on your requirements, modify the options to control the loading behavior of Daton.
3. Paste the following in the required fields to authenticate the integration. Then click **Authenticate**.&#x20;

   * JustCall API Key&#x20;
   * API Secret&#x20;

   <figure><img src="/files/V0b0gSdsmLYIOEyuVP7a" alt=""><figcaption></figcaption></figure>
4. After successful authentication, you will be prompted to choose from the list of available tables. Select the required tables and click **Next**.&#x20;

   * Based on your requirement, select specific options for each selected table.

   <figure><img src="/files/vm29Cvydj2REIVGAKKmp" alt=""><figcaption></figcaption></figure>
5. Select the required fields for each table and click **Submit.**&#x20;

   <figure><img src="/files/F4HVRwHYmJzmVvvqWyvd" alt=""><figcaption></figcaption></figure>

   * **Note** that you will be prompted to select the destination for your account.
6. Select the destination for extracting JustCall data for replication and click **Confirm**. An integration successful message will be displayed.

## Important Note

* Integrations would begin in the Pending state and change to the Active state once the first job successfully loaded data into the configured warehouse.&#x20;
* Users can check job status and process logs from the integration details page by clicking on the integration name in the active list.&#x20;
* Users can Re-Authenticate, Edit, Clone, Pause, or Delete the integration at any moment by clicking on settings. You can also adjust the frequency and history of the integration.&#x20;
* On the Sources page, click Integration to access each table in your integration. The page also shows the state of each table, the last replicated time, and the Reload access buttons.&#x20;


---

# 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://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/call-center/justcall/how-to-integrate-justcall-with-daton.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.
