{
"integration": "sharepoint",
"pipeline": "files",
"configuration": {
"siteId": "contoso.sharepoint.com,12345678-1234-1234-1234-123456789012,87654321-4321-4321-4321-210987654321"
}
}
The SharePoint Site ID to sync files from. This is required and specifies which SharePoint site’s document libraries should be synced.
An optional array of MIME types to filter synced files. Only files matching the specified MIME types will be synced.
{
"integration": "sharepoint",
"pipeline": "files",
"configuration": {
"folderId": "01ABCDEF2345GHIJKL/XYZ1234567890!123"
}
}
Configuration options:The SharePoint Folder ID to sync files from.
The SharePoint Site ID that this folder belongs to. If not specified, the Sync will use the site that the user selected when connecting their SharePoint account.Warning: If the folder does not belong to the site specified, the Sync will fail.
An optional array of MIME types to filter synced files. Only files matching the specified MIME types will be synced.
{
"integration": "sharepoint",
"pipeline": "files",
"configuration": {
"fileIds": ["01ABCDEF2345GHIJKL/XYZ1234567890!456"]
}
}
Configuration options:A list of SharePoint File IDs to limit the Sync scope to.
An optional array of MIME types to filter synced files. Only files matching the specified MIME types will be synced.