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 Text, Image

...

Inputs

Input Name

Property

Input Code

Required

Description

Webhook URL

FDMST_INP_WEBHOOK_URL

Yes

Team Name, a message will be sent to that team (String)

Title

FDMST_INP_TITLE

No

Title of the message which appears above the text in larger font. (String)

Message Text

FDMST_INP_TEXT

Yes

Text 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

No

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

Artifacts

This operation delegates the consume artifacts decision to the workflow developer.

...