Versions Compared

Key

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

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

...

If the team or channel are private, the user must already be a member in order to send messages.

Note

This operation requires that the Microsoft Integration Account uses “Password” type authentication. Delegated permissions are not sufficient to execute this operation. Microsoft has deprecated this authentication type, so this operation is also deprecated.

Inputs

Input Name

Property

Input Code

Required

Description

Team Name

FDMST_INP_TEAM_NAME

Yes

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

Channel Name

FDMST_INP_CHANNEL_NAME

Yes

Channel name of the Team (String)

Microsoft Teams Account

FDMST_INP_CLOUD_ACCT_CODE

Yes

Microsoft Teams account with all the required properties. Configure this under Topology - Integrations - Messaging (String)

Message Text

FDMST_INP_TEXT

Yes

Text for the message that will be sent (String)

Icon URL

FDMST_INP_ICON_URL

No

An image URL that will be appended to the end of the message (String)

Artifacts

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

...