• How to use Zero Install Link Unfurling in Teams
  • How to add link unfurling cache in Teams
  • How to customize Zero Install Link Unfurling's adaptive cards
  • How to add stage view
  • Step 1: Update manifest.json
  • Step 2: Add route for /tab
  • Step 3: Set BOT_DOMAIN and TEAMS_APP_ID in environment variables or appsettings.json
  • Step 4: Update adaptive card for stage view
  • Step 4: Update adaptive card for collaborative stage view
  • How to add task module (Teams)
  • Step 1: Update adaptive card
  • Step 2: Add handleTeamsTaskModuleFetch function in handler
  • Step 3: Add handleTeamsTaskModuleSubmit function in handler
  • How to add adaptive card action (Teams)
  • Step 1: Update bots section in manifest
  • Step 2: Update adaptive card
  • Step 3: Add onAdaptiveCardInvoke function in handler
  • How to Extend this template with Notification, Command and Workflow bot.
  • Step 1: Create a Notification Bot template using Teams Toolkit.
  • Step 2: Update source code.
  • Step 3: Update manifest.