MS Teams
| Latest Version | 1.0.0.0 |
| Latest Release Date | 21.06.2023 |
| By | Automation Studio Team |
| Supports Automation Studio Versions | From 7.5 |
Description
This package contains an SDK with a single function, allowing you to send a text message to a Teams channel, via an incoming webhook.
Summary of Contents
This package contains a single function Send Message by Incoming Webhook, and Exception event.
Summary of Use
-
Import the MS Teams package.
-
Navigate to IMPORTED PACKAGES, and drag Send Message by Incoming Webhook on to the canvas builder.
-
Populate the Webhook and Message fields.
Finding and Configuring the Webhook
- In MS Teams, select Teams from the left-hand menu.
- Hover over the required Teams channel, and select More options > Connectors.
- Search for 'Incoming Webhook', and select Add.
- Repeat step 2.
- Find the Incoming Webhook connector, and click Configure.
- Provide a name for the connector (name appears in Teams, with posted messages).
- (Optional) Upload an image for the connector (image appears in Teams, with posted messages).
- Click Create.
- Copy and save the generated URL (this is the Incoming Webhook resource).
- Click Done.
Functions
After importing the package, functions are found under IMPORTED PACKAGES > MsTeamsMessage > MS Teams Channel.
|
Function |
Description |
Parameters |
Return |
|||
|---|---|---|---|---|---|---|
| Send Message by Incoming Webhook | Sends a message to an MS Teams channel. | Webhook(Text), Message(Text) |
None
|
|||
