Versions Compared

Key

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

Sends a message to a MicrosoftTeams channel. This operation takes a few inputs that will build a simple message and sends a message to the channel based on the input given.

...

Example message with Title, Text, and Image:

Image RemovedImage Added

Example with only Text

Image RemovedImage Added

Example message with Title, Text

Image RemovedImage Added

Example message with Text, Image

Image RemovedImage Added

Environment/Instance Properties

...

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

FDMST_INP_TITLE

NoTitle of the message which appears above the text in larger font. (String)
Message Text

FDMST_INP_TEXT

YesText for the message that will be sent. If this is very long, a smaller Title should be supplied in addition. (String)
Icon URL

FDMST_INP_ICON_URL

NoAn image URL that will be shown on the left side, inside of the message card.(String)

Outputs

Output NameDescription


...