> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://apidocs.polytomic.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.polytomic.com/_mcp/server.

# Pardot

Supports:
* ✅ Model sync destination
* ✅ Bulk sync source




## Connection

### Configuration
<table>
<thead>
<tr>
<th>Name</th><th>Type</th><th>Description</th><th>Required</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>account_type</code></td>
<td><code>string</code></td>
<td style="vertical-align: top;">Account type<br/><br/>Accepted values: `Production`, `Sandbox`, `Demo`</td>
<td><code>false</code></td>
</tr>
<tr>
<td><code>business_unit_id</code></td>
<td><code>string</code></td>
<td style="vertical-align: top;">Business unit ID</td>
<td><code>false</code></td>
</tr>
</tbody>
</table>

<h4 id="username">`username`</h4>

<h5 id="username-<nil>">When `username` has a value</h5>

<table>
<thead>
<tr>
<th>Name</th><th>Type</th><th>Description</th><th>Required</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>enforce_api_limits</code></td>
<td><code>boolean</code></td>
<td style="vertical-align: top;">Enforce API limits</td>
<td><code>false</code></td>
</tr>
</tbody>
</table>


<h4 id="enforce-api-limits">`enforce_api_limits`</h4>

<h5 id="enforce-api-limits-true">When `enforce_api_limits` is `true`</h5>

<table>
<thead>
<tr>
<th>Name</th><th>Type</th><th>Description</th><th>Required</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>daily_api_calls</code></td>
<td><code>integer</code></td>
<td style="vertical-align: top;">Daily call limit</td>
<td><code>true</code></td>
</tr>
</tbody>
</table>



#### Example

```json
{
  "name": "Pardot connection",
  "type": "pardot",
  "configuration": {
    "account_type": "Production",
    "business_unit_id": "1234567"
  }
}
```

### Read-only properties
<table>
<thead>
<tr>
<th>Name</th><th>Type</th><th>Description</th><th>Required</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>username</code></td>
<td><code>string</code></td>
<td style="vertical-align: top;">Username</td>
<td><code>false</code></td>
</tr>
</tbody>
</table>


## Model Sync
### Target
Pardot connections may be used as the destination in a model sync.







## Bulk Sync
### Source
Pardot connections may be used as a bulk sync source. No additional configuration options are required.