NickHodge
NickHodge

Reputation: 313

Programmatically Create Channel Tab (not from Configure popup)

I have a use case where I would like to create a Channel/group tab, but from code -- not from the configure experience

Where?

(ie: microsoftTeams.getTabInstances(callback: (tabInfo: TabInformation),tabInstanceParameters?: TabInstanceParameters,))

I attempted to use

microsoftTeams.executeDeepLink(deepLink: string, onComplete?: (status: boolean, reason?: string))

with an appropriately formatted deepLink but it silently failed

My code works OK from the "configurableTabs": [ experience

Thoughts? Missing feature?

Or am I missing something?

Upvotes: 1

Views: 278

Answers (1)

Trinetra-MSFT
Trinetra-MSFT

Reputation: 1015

Please take a look at Add Tab to channel using Graph API.

Upvotes: 1

Related Questions