Overview
Use this Template to post messages to Microsoft Team
Variables
|
Name |
Reference |
Type |
Required |
Default |
Options |
Description |
|---|---|---|---|---|---|---|
|
Message Title |
MICROSOFT_TEAMS_MESSAGE_TITLE |
Alphanumeric |
➖ |
- |
- |
Gives your message a title. This is bold text above your message |
|
Message Content |
MICROSOFT_TEAMS_MESSAGE_CONTENT |
Alphanumeric |
✅ |
- |
- |
The message you wish to post. |
|
Webhook Url |
MICROSOFT_TEAMS_WEBHOOK_URL |
Alphanumeric |
✅ |
- |
- |
The webhook url specific to the channel you wish to post a message to |
YAML
Below is the YAML template
YAML
source:
template: Microsoft Teams - Post Message
inputs:
MICROSOFT_TEAMS_MESSAGE_TITLE:
MICROSOFT_TEAMS_MESSAGE_CONTENT:
MICROSOFT_TEAMS_WEBHOOK_URL:
type: TEMPLATE
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 0h15m0s
exclude_exit_code_ranges:
- 10
- 14