2022-12-12
Search...
/
Log in
Book a demo
Getting started
Introduction
Obtaining API keys
Quickstart
Native clients
Concepts
Embedding authentication
Versioning
Idempotent requests
Events
Configuring your connections
CDC streaming from databases
Connection configurations
Code examples
Bulk sync (ELT) from HubSpot to PostgreSQL
Bulk sync (ELT) from Salesforce to S3
Bulk sync (ELT) from Salesforce to Snowflake
Model sync (Reverse ETL) from MongoDB to Salesforce
API Reference
Bulk Sync
GET
Get Bulk Destination
GET
Get Bulk Source
GET
List Bulk Syncs
POST
Create Bulk Sync
GET
Get Bulk Sync
DEL
Remove Bulk Sync
PATCH
Update Bulk Sync
POST
Activate Bulk Sync
Schemas
Connections
Models
Events
Jobs
Identity
Organization
Users
Permissions
Model Sync
Webhooks
Log in
Book a demo
API Reference
Bulk Sync
Create Bulk Sync
POST
https://app.polytomic.com
/
api
/
bulk
/
syncs
Request
This endpoint expects an object.
destination_connection_id
string
Required
name
string
Required
schedule
object
Required
Show 7 properties
source_connection_id
string
Required
active
boolean
Optional
automatically_add_new_fields
enum
Optional
Allowed values:
all
onlyIncremental
onlyNonIncremental
none
automatically_add_new_objects
enum
Optional
Allowed values:
all
onlyIncremental
onlyNonIncremental
none
destination_configuration
map from strings to any
Optional
disable_record_timestamps
boolean
Optional
discover
boolean
Optional
DEPRECATED: Use automatically_add_new_objects/automatically_add_new_fields instead
mode
enum
Optional
Show 8 enum values
organization_id
string
Optional
policies
list of strings
Optional
schemas
list of strings or objects
Optional
List of schemas to sync; if omitted, all schemas will be selected for syncing.
Show 2 variants
source_configuration
map from strings to any
Optional
Response
This endpoint returns an object.
data
object
Optional
Show 12 properties