On this page
Get Involved
Microsoft Teams Integration
Use the msteams integration to send messages with a message step or to prompt for user input in an input step.
Arguments
Argument | Type | Optional? | Description |
---|---|---|---|
webhook_url | String | Required | A webhook url to post to a Microsoft Teams channel. Note that a webhook is tied to a specific channel; if you specify a channel in the step options it will be ignored. |
title | String | Optional | Display title for the integration. |
Examples
Example: Microsoft Teams integration with webhook URL
InfoNote: webhook URL is tied to a specific channel; if you specify a channel in the step options it will be ignored.
Obtaining a Webhook URL
InfoNote: Webhook URLs allow unauthenticated messages to be sent to the attached channel and should be treated as secrets.
- Navigate within Microsoft Teams to the channel you wish to obtain a webhook URL for.
- Click ... next to the channel name in the side menu.
- Select Manage Channel from the drop-down menu.
- Under Connectors click on the Edit button.
- Locate Incoming Webhook in the list and click the Add button.
- Provide a name for the webhook (Optional provide an avatar image for the webhook) & click the Create button.
- Copy the generated URL as this will be the webhook_url