Creates a new Discord channel (text, voice, category, etc.) within a guild. Requires MANAGE_CHANNELS permission.
nameRequiredstringChannel name (1-100 characters).
nsfwbooleanWhether the channel is age-restricted.
typeintegerType of channel (0: GUILD_TEXT, 2: GUILD_VOICE, 4: GUILD_CATEGORY, 5: GUILD_ANNOUNCEMENT, 13: GUILD_STAGE_VOICE, 15: GUILD_FORUM).
topicstringChannel topic (0-1024 characters for text; 0-4096 for forum/media channels).
bitrateintegerBitrate (in bits) for voice channels (8000-96000; up to 128000 for VIP servers).
guild_idRequiredstringID of the guild (server) to create the channel in.
positionintegerSorting position of the channel.
parent_idstringID of the parent category for this channel.
rtc_regionstringVoice region ID for voice channels (auto if not set).
user_limitintegerMaximum users in a voice channel (0 for no limit, 1-99).
available_tagsarrayList of tag objects for forum/media channels (max 20). Each needs a name field.
default_sort_orderintegerDefault sort order for forum posts: 0 for Latest Activity, 1 for Creation Date.
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.