> ## Documentation Index
> Fetch the complete documentation index at: https://docs.m3ter.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating Salesforce Integration Credentials

This topic explains how to create Integration Credentials which you can then use to connect Salesforce Integrations with your Salesforce system. See [Configuring Salesforce Entity Data Sync Integrations](/guides/integrations/setting-up-integrations/configuring-sf-entity-data-integrations).

<Warning>
  **Warning: Create External Client App in Salesforce First!** To create a Salesforce Integration Credential, you'll first need to create and configure an External Client App in Salesforce. For more details, please see the [Salesforce documentation](https://help.salesforce.com/s/articleView?id=xcloud.create_a_local_external_client_app.htm\&type=5) on how to do this. Also, note that the External Client App needs to be set up for the Client Credentials Flow - see the [Salesforce Documentation](https://help.salesforce.com/s/articleView?id=xcloud.configure_client_credentials_flow_for_external_client_apps.htm\&type=5) for more details. Please ensure that when configuring your External Client App, you select the required **OAuth Scopes**:

  * Manage user data via APIS (api)
  * Perform requests at any time (refresh\_token, offline\_access)
</Warning>

**To create Salesforce integration Credentials:**

1. Select **Integrations**:

<img src="https://mintcdn.com/m3ter/03osooeLKFU5Y0yI/images/1730365264-integrations1.png?fit=max&auto=format&n=03osooeLKFU5Y0yI&q=85&s=10fe0e32d697baedca449da9ef2a9512" style={{ maxWidth: 'min(175px, 100%)' }} width="225" height="141" data-path="images/1730365264-integrations1.png" />

The **Integrations** page opens.

2. Select **Salesforce**. The **Salesforce Integrations** page opens.
3. On the **Credentials** panel, select **Configure new credentials**:

<img src="https://mintcdn.com/m3ter/mLLI4d7fxI8XAEOB/images/1743430569-integrationcredentials19.png?fit=max&auto=format&n=mLLI4d7fxI8XAEOB&q=85&s=28d507a69e8213ac227ba31e2b9154d8" style={{ maxWidth: 'min(800px, 100%)' }} width="1187" height="601" data-path="images/1743430569-integrationcredentials19.png" />

The **Create** pages opens.

4. Under **Credential details** enter:

* **Name**. Descriptive name for the Credential.
* **Destination**. This will be pre-selected for **Salesforce**.
* **Subdomain**. The subdomain of your Salesforce Org. For example, if you access Salesforce using *MyDomainName.my.salesforce.com*, then your subdomain would be *MyDomainName*.
* **Consumer key**. The consumer key obtained from the External Client App configured in Salesforce.
* **Consumer secret**. The consumer secret obtained from the External Client App configured in Salesforce.

5. Select **Create credential**. You are returned to the **Salesforce Integrations** page where the new Credential is listed on the **Credentials** panel:

<img src="https://mintcdn.com/m3ter/O1qlsc-MFjy-YtIW/images/1743430898-integrationcredentials20.png?fit=max&auto=format&n=O1qlsc-MFjy-YtIW&q=85&s=3f4972e00ef8f045cbf4328300dd4ad6" style={{ maxWidth: 'min(800px, 100%)' }} width="1185" height="345" data-path="images/1743430898-integrationcredentials20.png" />

* The Credential is now available for connecting your Integrations with Salesforce. See [Configuring Salesforce Entity Data Sync Integrations>Setting Up Authentication for the Integration](/guides/integrations/setting-up-integrations/configuring-sf-entity-data-integrations#setting-up-authentication-for-the-integration).
