Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

Environment/Instance Properties

Property NameProperty CodeRequiredDescription








Project Properties

Property NameProperty CodeRequiredDescription








Inputs

Property NameProperty CodeRequiredDescription
Chat Name

FDSMST_INP_CHAT_NAME

YesEmail of the user in Microsoft Teams, the message will be sent to the user (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

NoThe URL for the image that will be used as the icon for the bot (String)

Outputs

Output NameDescription




Artifacts

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

Endpoint Selection

This operation will select all available endpoints associated to the environment/instance.

Endpoint Execution

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.

  • No labels