> 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
| Name | Type | Description | Required |
account_type |
string |
Account type
Accepted values: `Production`, `Sandbox`, `Demo` |
false |
business_unit_id |
string |
Business unit ID |
false |
`username`
When `username` has a value
| Name | Type | Description | Required |
enforce_api_limits |
boolean |
Enforce API limits |
false |
`enforce_api_limits`
When `enforce_api_limits` is `true`
| Name | Type | Description | Required |
daily_api_calls |
integer |
Daily call limit |
true |
#### Example
```json
{
"name": "Pardot connection",
"type": "pardot",
"configuration": {
"account_type": "Production",
"business_unit_id": "1234567"
}
}
```
### Read-only properties
| Name | Type | Description | Required |
username |
string |
Username |
false |
## 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.