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.

As of 5.5.0.2, the user will be added to the team if they are not a member. This requires an additional permission,. See the plugin configuration guide for more information about the required permissions to use the plugin.

...

Input NameProperty CodeRequiredDescription
Team NameFDMST_INP_TEAM_NAMEYesTeam Name, a message will be sent to that team (String)
Channel Name

FDMST_INP_CHANNEL_NAME

YesChannel name of the Team (String)
Microsoft Teams AccountFDMST_INP_CLOUD_ACCT_CODEYesMicrosoft Teams account with all the required properties. Configure this under Topology - Integrations - Messaging (String)
Message Text

FDMST_INP_TEXT

YesText for the message that will be sent (String)
Icon URL

FDMST_INP_ICON_URL

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

Outputs

Output NameDescription


...