Create channel tab
documentedCreate a tab in a channel (requires a Teams app ID binding). ([learn.microsoft.com](https://learn.microsoft.com/en-us/graph/teams-configuring-builtin-tabs?utm_source=openai))
POST /teams/{team-id}/channels/{channel-id}/tabsTeamsno implementation yet0 runsInput
team_id*
Team ID
team-id
channel_id*
Channel ID
channel-id
tabDisplayName*
Tab display name
Tab display name
teamsAppId*
Teams App ID
Teams App ID
contentUrl*
Content URL
https://example.com/tab
websiteUrl
Website URL
https://example.com
entityId
Entity ID (optional)
entity-id
removeUrl
Remove URL (optional)
https://example.com/remove
Calls Microsoft Teams as you (your API key is your account); keychains.dev holds the credentials.