> 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. # Salesforce Supports: * ✅ Models * ✅ Model sync destination * ✅ Bulk sync source * ✅ Connection Proxy ## Connection ### Configuration
| Name | Type | Description | Required |
|---|---|---|---|
connect_mode |
string |
Authentication method Accepted values: `browser`, `clientcredentials` ↓, `code`, `api` |
true |
domain |
string |
Domain The Salesforce instance's login domain, e.g. acmecorp.my.salesforce.com |
true |
oauth_refresh_token |
string |
false |
| Name | Type | Description | Required |
|---|---|---|---|
client_id |
string |
Client ID | true |
client_secret |
string |
Client secret | true |
| Name | Type | Description | Required |
|---|---|---|---|
enable_multicurrency_lookup |
boolean |
Enable multicurrency source field support If incremental mode for bulk-syncing from Salesforce formula fields is enabled, setting this to true extends support to accurate currency conversions. |
false |
enable_tooling |
boolean |
Enable support for Tooling API If true, expose objects from the Salesforce Tooling API in the Polytomic bulk sync source object list. |
false |
enforce_api_limits |
boolean |
Enforce API limits If true, Polytomic will restrict itself to a fixed daily cap of Salesforce API calls enforced by the number in daily_api_calls. |
false |
| Name | Type | Description | Required |
|---|---|---|---|
daily_api_calls |
integer |
Daily call limit The daily Salesforce API call cap that Polytomic should adhere to. |
true |
| Name | Type | Description | Required |
|---|---|---|---|
instance_url_override |
string |
Instance URL override This URL will be used for API requests instead of the one provided by Salesforce during OAuth. |
false |
username |
string |
Salesforce user | false |
| Name | Type | Description | Required |
|---|---|---|---|
include_deleted |
boolean |
Include deleted records | false |
query |
string |
false |
|
table |
string |
Object | false |
| Name | Type | Description | Required |
|---|---|---|---|
bulk_batch_size |
integer |
Bulk batch size | false |
concurrency_mode |
string |
Concurrency mode Accepted values: `Parallel`, `Serial` |
false |
create_records_as |
string |
Create new records as Accepted values: `Contact`, `Lead`, `ContactIfAccountId` |
true |
ingestion_api |
string |
Ingestion API Accepted values: `automatic`, `bulk`, `rest` |
true |
rest_batch_size |
integer |
REST batch size | false |
| Name | Type | Description | Required |
|---|---|---|---|
bulk_batch_size |
integer |
Bulk batch size | false |
concurrency_mode |
string |
Concurrency mode Accepted values: `Parallel`, `Serial` |
false |
ingestion_api |
string |
Ingestion API Accepted values: `automatic`, `bulk`, `rest` |
true |
insert_null_values |
boolean |
Copy null values | false |
invalid_relationships |
string |
Records with invalid relationship IDs Accepted values: `error`, `omit_values`, `omit_records` |
true |
only_sync_different |
boolean |
Only update if different from Salesforce | false |
rest_batch_size |
integer |
REST batch size | false |
skip_converted |
boolean |
Ignore converted and duplicate leads | false |
| Name | Type | Description | Required |
|---|---|---|---|
bulk_batch_size |
integer |
Bulk batch size | false |
concurrency_mode |
string |
Concurrency mode Accepted values: `Parallel`, `Serial` |
false |
ingestion_api |
string |
Ingestion API Accepted values: `automatic`, `bulk`, `rest` |
true |
insert_null_values |
boolean |
Copy null values | false |
invalid_relationships |
string |
Records with invalid relationship IDs Accepted values: `error`, `omit_values`, `omit_records` |
true |
only_sync_different |
boolean |
Only update if different from Salesforce | false |
rest_batch_size |
integer |
REST batch size | false |
sort_batches_by |
string |
Sort batches by | true |