# Pardot

How to connect Pardot to Churned.io\
Log in to the Churned platform and go to the “Integrations” section. Click on “New Integration” and select Pardot from the list.

You will be prompted to enter the following credentials:

Required Credentials

* clientId – The Salesforce app client ID.
* clientSecret – The client secret for the Salesforce app.
* businessUnitId – The Pardot business unit ID.
* username – Your Salesforce/Pardot login email.
* password – Your Salesforce password combined with a security token.

Here’s how you can obtain these credentials:

1. Log in to the[ Salesforce Developer Console](https://login.salesforce.com/).
2. Go to Setup > App Manager, and locate or create a new Connected App.
3. Copy the Consumer Key (this is your clientId) and Consumer Secret (your clientSecret).
4. Navigate to Setup > Pardot Account Setup and copy the Business Unit ID.
5. Use your Salesforce username.
6. If 2FA is enabled, append your security token to your password (e.g., Password123SECURITYTOKEN).

Input the Credentials\
Paste the clientId, clientSecret, businessUnitId, username, and combined password into the Churned integration form.

Click Save to test the connection. Once it’s working, notify the Churned team to begin syncing data.

Helpful Links

* [Pardot API Authentication Guide](https://developer.salesforce.com/docs/atlas.en-us.mc-api.meta/mc-api/authenticate-integrate.htm)
* [How to Find Your Pardot Business Unit ID](https://help.salesforce.com/s/articleView?id=000352937)


---

# Agent Instructions: 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:

```
GET https://docs.churned.io/churned-docs/integrations/pardot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
