> For the complete documentation index, see [llms.txt](https://docs.feedotter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feedotter.com/set-up-your-own-template/esp-specific-tokens/pardot-tokens.md).

# Pardot Tokens

### Pardot Preference Center Token

{% hint style="warning" %}
Pardot requires the inclusion of its unsubscribe or preference center tokens in all outgoing emails, including those sent through FeedOtter.
{% endhint %}

FeedOtter automatically inserts default Pardot tokens into your emails, including the Pardot preference center and unsubscribe tokens. However, if you use a custom preference center, you'll need to manually add the corresponding token to your FeedOtter emails.

### Finding Your Pardot Preference Center

In your Salesforce Pardot account, go to **Account Engagement Email** > **Preferences Page**.

Here, you’ll see all of the Pardot Preference Centers you’ve previously set up. Click on the preference center you would like in your FeedOtter email.

<div align="left"><figure><img src="/files/pyDgGMLfw13ryNxbOqBj" alt=""><figcaption><p>See all your preferences centers set up here.</p></figcaption></figure></div>

View the **link** associated with your preference center. At the end of the URL is a three or four-digit ID which will be used in the Pardot token in FeedOtter.

<div align="left"><figure><img src="/files/PkK4YEN84oD9VKSmwQzp" alt=""><figcaption><p>Find the number ID associated with your preference center.</p></figcaption></figure></div>

### Finding the Pardot token

Pardot has many tokens to be used in emails. Here’s a [list of the default Pardot tokens](broken://pages/XrKmbDKO6icS9kkoNhO9) you can use in FeedOtter emails.

Your email preference center token will look as follows:

```
{{EmailPreferenceCenter_3355}}
```

The numbers at the end will be replaced with the ID on your Pardot preference center.

### Updating FeedOtter Emails

Find the email campaign you'd like to link to your preference center and **Edit Campaign**. You'll just need to replace the current unsubscribe link with your preference center token.

#### Using a FeedOtter template

With FeedOtter templates, you edit the Unsubscribe with the **Footer HTML** box.

Go to **Template** > **Customize Footer**. Here, select **Unsubscribe** > **Edit link** > and paste in your token.

<div align="left"><figure><img src="/files/IPJmSlAuqsHxtdajs3Tz" alt=""><figcaption><p>Replace the existing link with your preference center token.</p></figcaption></figure></div>

Click **Update** for the link and **Update** again for the footer in general.

Next, you'll need to replace the link in the **Text version** of your email. Select **Code View** > **Text View**.

Then, replace the existing unsubscribe token with your preference center token.

<div align="left"><figure><img src="/files/ErWUSf9VCM1Ejndl63Gp" alt=""><figcaption><p>Add your preference center token to your email code.</p></figcaption></figure></div>

#### Using a Custom Template

If you're using a custom template that's been previously imported, instead of customizing the footer you'll need to edit the HTML code where the Unsubscribe is listed.

Go to **Code View** > **Search** for your unsubscribe or email preference center link. Here, replace the existing href with your token.

Then, replace the unsubscribe token in your text version as described above.

#### Visit the link below for Pardot merge token information:

{% content-ref url="/pages/XrKmbDKO6icS9kkoNhO9" %}
[Broken mention](broken://pages/XrKmbDKO6icS9kkoNhO9)
{% endcontent-ref %}


---

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

```
GET https://docs.feedotter.com/set-up-your-own-template/esp-specific-tokens/pardot-tokens.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.
