Creates a new, active, team folder with no members.

Permission: Team member file access.

External Documentation

To 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

{
	"value": {
		"content_sync_settings": [
			{
				"id": "id:a4ayc_80_OEAAAAAAAAAXw",
				"sync_setting": {
					".tag": "default"
				}
			}
		],
		"is_team_shared_dropbox": false,
		"name": "Marketing",
		"status": {
			".tag": "active"
		},
		"sync_setting": {
			".tag": "default"
		},
		"team_folder_id": "123456789"
	}
}

Workflow Library Example

Create Team Folder with Dropbox Business and Send Results Via Email

Preview this Workflow on desktop