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.

Create a new channel in a team. Required Permissions:
  • Public Channel: create_public_channel.
  • Private Channel: create_private_channel.
External DocumentationTo learn more, visit the Mattermost documentation.

Basic Parameters

ParameterDescription
Display NameThe display name of the channel.
NameThe unique name of the channel to create.
Team IDThe ID of the team.
TypeSelect the channel visibility type.

Advanced Parameters

ParameterDescription
HeaderThe markdown-formatted header text displayed above the post input in the channel.
Managed Category NameThe name of the managed category to assign this channel to. Requires an Enterprise license and the EnableManagedChannelCategories configuration setting to be enabled.
PurposeA short description of the channel’s purpose.

Example Output

{
	"id": "string",
	"create_at": -9007199254740991,
	"update_at": -9007199254740991,
	"delete_at": -9007199254740991,
	"team_id": "string",
	"type": "string",
	"display_name": "string",
	"name": "string",
	"header": "string",
	"purpose": "string",
	"last_post_at": -9007199254740991,
	"total_msg_count": 0,
	"extra_update_at": -9007199254740991,
	"creator_id": "string"
}

Workflow Library Example

Create Channel with Mattermost and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop