Creates a new Trello organization (Workspace) with a `displayName` (required), and optionally a description, website, and various preferences (e.g., board visibility, member invitation restrictions).
descstringThe description for the organization. Max length: 16384 characters.
namestringThe unique, URL-friendly programmatic name for the organization. Must be lowercase, start with a letter, and contain only lowercase letters, numbers, and underscores. Max length: 16384 characters. If not provided, Trello will generate one based on the displayName.
websitestringThe URL of the organization's website. Must start with 'http://' or 'https://'. Can be null or an empty string if no website.
displayNamestringThe human-readable name for the organization. Min length: 1 character. Cannot begin or end with a space. This field is required.
prefs__permissionLevelstringThe default permission level for new boards created within the organization. Allowed values: 'private' or 'public'.
prefs__associatedDomainstringThe Google Workspace (formerly G Suite) domain to associate with the organization. This enables features like restricting membership to users from this domain.
prefs__googleAppsVersionstringThe version of Google Workspace integration. Allowed values: '1' or '2'.
prefs__orgInviteRestrictstringSpecifies restrictions on who can be invited to the organization, e.g., a comma-separated list of email domains ('@example.com,@mycompany.com') or specific email addresses. If not set, any Trello user can be invited.
prefs__externalMembersDisabledstringDetermines if external members (guests) are disabled for the organization. Set to 'true' to disable, 'false' to enable.
prefs__boardVisibilityRestrict__orgstringControls creation of organization-visible boards. Allowed values: 'admin' (only admins can create), 'none' (cannot be created), 'org' (any member can create).
prefs__boardVisibilityRestrict__publicstringControls creation of public boards. Allowed values: 'admin' (only admins can create), 'none' (cannot be created), 'org' (any member can create).
prefs__boardVisibilityRestrict__privatestringControls creation of private boards. Allowed values: 'admin' (only admins can create), 'none' (cannot be created), 'org' (any member can create).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.