Skip to content

New command: Add a tab in a channel in a Microsoft Teams team #850

@NWessel

Description

@NWessel

Usage

teams tab add [options]

Description

Add a tab to the specified channel

Options

Option Description
-i, --teamId <teamId> The ID of the team to where the channel exists
-c, --channelId <channelId> The ID of the channel to add a tab to
--appId <appId> The ID of the Teams app that contains the Tab
--appName <appName> The name of the Teams app that contains the Tab
--entityId [entityId] A unique identifier for the Tab
--contentUrl <contentUrl> The URL used for rendering Tab contents
--removeUrl [removeUrl] The URL displayed when a Tab is removed
--websiteUrl [websiteUrl] The URL for showing tab contents outside of Teams

Additional Information

This command should allow using unknown properties. Each property corresponds to additional configuration that should be set when adding the tab. Standard properties should be excluded from request.

The corresponding app must already be installed in the team.

entityId, removeUrl & websiteUrl option values should be sent as null if not provided

Add tab to channel - https://docs.microsoft.com/en-us/graph/api/teamstab-add?view=graph-rest-1.0

teamsTabConfiguration resource type (Open Type) - https://docs.microsoft.com/en-us/graph/api/resources/teamstabconfiguration?view=graph-rest-1.0

Configuring the built-in tab types in Microsoft Teams - https://docs.microsoft.com/en-us/graph/teams-configuring-builtin-tabs

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions