Creates a new public or private Slack channel with a unique name; the channel can be org-wide, or team-specific if `team_id` is given (required if `org_wide` is false or not provided).
nameRequiredstringName for the new channel. Must be unique, 80 characters or fewer, lowercase, without spaces or periods, and may contain letters, numbers, and hyphens.
team_idstringWorkspace (team) ID for channel creation (e.g., T123ABCDEFG). Required if `org_wide` is `false` or not set.
org_widebooleanSet to `true` to make the channel available org-wide. If `false` or not set, `team_id` is required.
is_privateRequiredbooleanSet to `true` to make the channel private, or `false` for public.
descriptionstringOptional description for the channel (e.g., 'Discussion about Q4 marketing strategies').
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.