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.

Environment/Instance Properties

...

Project Properties

...

Inputs

...

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

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

Inputs

Input Name

Property Code

Required

Description

Team Name

FDMST_INP_TEAM_NAME

Yes

Team

name

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

Channel Name

FDSMST

FDMST_INP_CHANNEL_NAME

Yes

Channel name of the Team (String)

Client Id

FDSMST_INP_CLIENT_ID

YesClient ID of Application from Azure portal (String)Tenant Id

Microsoft Teams Account

FDMST_INP_

TENANT_IDYesTenant ID of Application from Azure portal (String)ClientSecret

FDMST_INP_CLIENTSECRET

YesClient Secret of Application from Azure portal (String)Username

FDMST_INP_USERNAME

Yes

Username in Microsoft teams (String)

Password

FDMST_INP_PASSWORD

YesThe password of the username

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

The

An image URL

for the image

that will be

used as the icon for the bot

appended to the end of the message (String)

Outputs

...

Artifacts

...

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

Endpoint

...

Selection 

This operation delegates the selection will select all available endpoints associated to the workflow developer to determineTarget.

Endpoint Execution

...

This operations delegates the execution to the workflow developer to decide.

Special Considerations

[Delete section if not needed]

...

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

Special Considerations

This operation sends the message text as HTML to the Microsoft Teams API. User's can format their message through HTML, but keep in mind that Microsoft Teams does not allow the use of certain HTML and CSS styles.