Sep 06 2020 11:45 PM
Hello teams,
I have uploaded one custom appication in Teams and I am able to configure costume tabs in Teams using + button.
But now I want to configure Personal Tabs dynamically (Statictabs of Manifestfile.json) and show tabs user-wise in Ms-Teams after configuration.
For example, in one company we have different tenant or users when custom application installed It should ask for URL/API from customer and using that API it gives calll to custom application and get tab names and show it in teams.
What I can do for above? Provide guidance and some sample code for this.
Thanks in Advance
Sep 07 2020 02:09 AM
@aniketkadwane1600 You can only add a channel tab dynamically using Graph API. Please check this docs to Add channel tab using Graph. Personal tabs should always be added from the app manifest.
Sep 07 2020 05:52 AM
@Gousia_Begum - I didn't get much from given link. I have attached image please check it and let me know will above thing which you told will be applicable for the scenario ?
I do have static tabs in my custom application.
I want to be render that tabs dynamically after taking API input from user once after installation.
Please see the attached image
Sep 07 2020 09:01 PM
@aniketkadwane1600 Static tabs cannot be added dynamically using API. They should be added through the manifest file only.
Sep 07 2020 09:26 PM
@Gousia_Begum - Is There any way to render personal tabs dynamically after installing custom application ?
As I have already told scenario that after installing costume application user will be asked to enter site URL and accordingly it will show tabs dynamically from site into teams.
Sep 07 2020 09:37 PM
@aniketkadwane1600 As mentioned earlier, there is no way to add static tab dynamically. They should always be added via the manifest file.