Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Adaptive Cards with Actions and Inputs

This demo will show the support ticket card from exercise 1 with Input and Action elements allowing comments on the support ticket directly from Outlook.

Run the ngrok secure tunnel application

  1. Open a new Command Prompt window.
  2. Change to the directory that contains the ngrok.exe application.
  3. Run the command ngrok http 8011 -host-header=localhost:8011
  4. The ngrok application will fill the entire prompt window. Make note of the Forwarding address using https. This address is required in the next step.
  5. Minimize the ngrok Command Prompt window. It is no longer referenced in this exercise, but it must remain running.

Update card and send via email

  1. Open Outlook.
  2. Open the message from Demo 1 with subject Adaptive card sent from code.
  3. Enter a sample message and select *OK. Outlook will display an error.
  4. Navigate to the ngrok inspector page at http://localhost:4040.
  5. Select on the first request in the left column. In the right column, select on the link titled Raw.
  6. Observe that the request contains an Authorization header and the body contains the value as defined in the card.

ngrok Inspector