Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This operation allows sending an entire Message Card (Not an Adaptive Card, those are only available for Outlook, not Teams at this time) to a Teams Channel with an Incoming Webhook configured.

https://docs.microsoft.com/en-us/outlook/actionable-messages/message-card-reference is the reference page for creating the JSON for Message Cards.

Example message:

Image RemovedImage Added

Environment/Instance Properties

...

Input NameProperty CodeRequiredDescription
Webhook URLFDMST_INP_WEBHOOK_URLYesTeam Name, a message will be sent to that team (String)
Json

FDMST_INP_JSON

Yes

The complete Message Card JSON. (String)

See https://docs.microsoft.com/en-us/outlook/actionable-messages/message-card-reference for more information about creating this json.

...