1

tried to follow answer in Question 41440803 but I'd like to find a way to post JSON message to an Incoming Webhook (no need for building a custom bot service), just invoking REST actions directly from my scripts.

Nissa
  • 4,636
  • 8
  • 29
  • 37
Nikrampi
  • 11
  • 3

1 Answers1

2

Updates: User mention in Incoming Webhook with Adaptive Cards

Check the answer from kostasvs: https://stackoverflow.com/a/69365035/576503


Only the Office 365 connector card format is supported over Incoming Webhook. Connectors do not support @mentions yet.

Wajeed Shaikh
  • 3,078
  • 1
  • 23
  • 30
  • 1
    It is now supportet see: https://stackoverflow.com/questions/61494475/mention-via-incoming-webhook-in-ms-teams-using-messagecard – Daniel W. Jun 08 '22 at 06:00