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.
- Open a new Command Prompt window.
- Change to the directory that contains the ngrok.exe application.
- Run the command
ngrok http 8011 -host-header=localhost:8011 - 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.
- Minimize the ngrok Command Prompt window. It is no longer referenced in this exercise, but it must remain running.
- Open Outlook.
- Open the message from Demo 1 with subject Adaptive card sent from code.
- Enter a sample message and select *OK. Outlook will display an error.
- Navigate to the ngrok inspector page at
http://localhost:4040. - Select on the first request in the left column. In the right column, select on the link titled Raw.
- Observe that the request contains an Authorization header and the body contains the value as defined in the card.

