Skip to main content
teams.createChannel creates and returns a Teams channel.

Example

automations/teams-create-channel.automation.ts

Inputs

Pass team as an exact display name or provider ID and set displayName. Optional description sets the channel description. membershipType accepts "standard", "private", or "shared" and defaults to "standard". The optional second argument { account } selects a Microsoft binding.

Output

Creates and returns a Teams channel. Microsoft Graph IDs are opaque and should be passed through unchanged.