Polytomic Metadata
Supports:
- ✅ Models
- ✅ Bulk sync source
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
auth_mode | string | Authentication Method Type of API key to use for authentication. Accepted values: personal_api_key, partner_api_key | true |
deployment_api_key | string | Deployment API Key (required if auth_mode is “deployment_api_key”) | false |
partner_api_key | string | Partner API key provided by Polytomic (required if auth_mode is “partner_api_key”) | false |
personal_api_key | string | Personal API Key Your personal API key from Polytomic settings (required if auth_mode is “personal_api_key”) | false |
Example
1 { 2 "name": "Polytomic Metadata connection", 3 "type": "polytomic_metadata", 4 "configuration": { 5 "auth_mode": "personal_api_key", 6 "deployment_api_key": "", 7 "partner_api_key": "", 8 "personal_api_key": "" 9 } 10 }
Read-only properties
| Name | Type | Description | Required |
|---|---|---|---|
connected_org | string | Connected organization | false |
connected_user | string | Connected user | false |
Model Sync
Source
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
object | string | Object | true |
Example
1 { 2 ... 3 "configuration": { 4 "object": "bulk_sync_executions" 5 } 6 }
