Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Creates a new, active, team folder with no members. Permission: Team member file access.
External DocumentationTo learn more, visit the Dropbox Business documentation.

Parameters

ParameterDescription
NameName for the new team folder.
Sync SettingThe sync setting to apply to this team folder. Only permitted if the team has team selective sync enabled.mi.

Example Output

{
	"team_folder_id": "<string>",
	"name": "<string>",
	"status": {
		".tag": "<string>"
	},
	"is_team_shared_dropbox": false,
	"sync_setting": {
		".tag": "<string>"
	},
	"content_sync_settings": []
}

Workflow Library Example

Create Team Folder with Dropbox Business and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop