> For the complete documentation index, see [llms.txt](https://help.clickatell.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clickatell.com/integrations/salesforce/find-configuration-details-salesforce.md).

# Find configuration details - Salesforce

{% hint style="success" %}
If you haven't added a Connected App for this integration in Salesforce yet, [please refer to this page first](/integrations/salesforce/add-new-connected-app-salesforce.md).
{% endhint %}

When you [add a new Salesforce configuration](/integrations/getting-started/adding-a-new-integration.md), there are **four required fields** you have to complete in the Clickatell Portal:

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

### 1. Configuration Name

* Give a name to your integration so you can easily identify it.&#x20;
* This can be anything (max. 30 characters).

### 2. Host Name

* Your Host Name is unique and is the first part of your URL when logged into Salesforce, up until the *.com/.*&#x20;
* Copy this part of the URL over to the Clickatell Portal as the Host Name.
* ***Example***: *<https://clickatell--chathub.sandbox.my.salesforce.com/>*

### 3. & 4. Client ID and Client Secret

To find the Client Secret and ID:

* Log in to your Salesforce account.
* Click the *Settings* icon, and then *Setup*.

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

* Using the search bar, find *Manage Connected App.*
* Select the connected Clickatell app that you want to integrate.

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

* Click *Manage Consumer Details*.

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

* Enter the verification code that is emailed to you and click “Verify”.

<figure><img src="/files/2feAaR5gFkZ2XfQlG2Mh" alt="" width="375"><figcaption></figcaption></figure>

* Copy the “Consumer Key” over to the Clickatell Portal as the **Client ID.**
* Copy the “Consumer Secret” over to the Clickatell Portal as the **Client Secret.**

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


---

# 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.clickatell.com/integrations/salesforce/find-configuration-details-salesforce.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.
