Connections

Sync connection

Initiate a manual sync of connections

post/v3/connections/{provider}/import

Path parameters

provider'notion' | 'google-drive' | 'onedrive' | 'gmail' | 'github' | 'web-crawler' | 's3' required

Request body

containerTagsstring[]

Optional comma-separated list of container tags to filter connections by

Example request

{
  "containerTags": [
    "user_123",
    "project_123"
  ]
}

Response

Importing connections...

Changes

Changed in 6 of the 46 revisions of this API.223

    • request body became required

      request-body-became-required

    • changed the pattern of the request property containerTags/items/ from ^[a-zA-Z0-9_-]+$ to ^[a-zA-Z0-9_:-]+$

      request-property-pattern-changed

    • added the pattern ^[a-zA-Z0-9_-]+$ to the request property containerTags/items/

      request-property-pattern-added

    • the containerTags/items/ request property's maxLength was set to 100

      request-property-max-length-set

    • api operation id postV3Connections:providerImport removed and replaced with postV3ConnectionsByProviderImport

      api-operation-id-removed

    • added the new enum value gmail to the path request parameter provider

      request-parameter-enum-value-added

    • added the new enum value s3 to the path request parameter provider

      request-parameter-enum-value-added