Skip to main content

Trigger sync

POST 

/syncs/_trigger

Trigger sync

Request

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Body

required
    oneOf
    object_type stringrequired

    Possible values: [standard, custom]

    The object type to filter by

    object stringrequired

    The Provider object to filter by (case sensitive)

    perform_full_refresh boolean

Responses

Sync triggered

Schema
    oneOf
    id stringrequired
    type stringrequired

    Possible values: [object]

    object_type stringrequired

    Possible values: [common, standard, custom]

    object stringrequired

    The Provider's object name (case sensitive)

    connection_id stringrequired
    sync_config_id stringrequired
    paused booleanrequired
Loading...