Forum Discussion
How to add Personal Tab dynamically by user at runtime in teams according to his API provided ?
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.
- aniketkadwane1600Sep 07, 2020Copper Contributor
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- Gousia_BegumSep 08, 2020Former Employee
aniketkadwane1600 Static tabs cannot be added dynamically using API. They should be added through the manifest file only.
- aniketkadwane1600Sep 08, 2020Copper Contributor
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.