• How to create a workflow bot
  • In Visual Studio Code
  • In TeamsFx CLI
  • Take a tour of your app source code
  • For JS/TS project (in Visual Studio Code)
  • For CSharp project (In Visual Studio)
  • Card Action Handler
  • How it works?
  • Customize the initialization
  • Customize installation
  • Customize the command logic
  • Add more card actions
  • Step 1: add an action to your Adaptive Card
  • Step 2: add adaptive card for action response
  • Step 3: add action handler
  • For TypeScript / JavaScript Bot App:
  • For CSharp Bot App:
  • Step 4: register the action handler
  • Customize the action response
  • Customize how action responses are sent
  • Response with text message
  • Response with error messages
  • Customize the adaptive card content
  • Auto-refresh to user-specific view
  • How it works?
  • Steps to add user-specific view
  • Step 1: enable refresh in a base adaptive card
  • Step 2: add use-specific adaptive cards
  • Step 3: add card action handler to refresh views
  • For JS/TS Bot App:
  • For CSharp Bot App:
  • Step 4: register the action handler
  • Access Microsoft Graph
  • Connect to existing APIs
  • Frequently Asked Questions
  • How to extend workflow bot with Notification feature
  • How to extend workflow bot with Command and response feature