Microsoft Teams - Post Message
Overviewβ
Use this blueprint to post messages to Microsoft Team
Variablesβ
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Webhook Url | MICROSOFT_TEAMS_WEBHOOK_URL | Alphanumeric | β | - | - | The webhook url specific to the channel you wish to post a message to |
Message Content | MICROSOFT_TEAMS_MESSAGE_CONTENT | Alphanumeric | β | - | - | The message you wish to post |
Message Title | MICROSOFT_TEAMS_MESSAGE_TITLE | Alphanumeric | β | - | - | Gives your message a title. This is bold text above your message |
YAMLβ
Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.
source:
blueprint: Microsoft Teams - Post Message
inputs:
MICROSOFT_TEAMS_WEBHOOK_URL: null ## REQUIRED
MICROSOFT_TEAMS_MESSAGE_CONTENT: null ## REQUIRED
MICROSOFT_TEAMS_MESSAGE_TITLE: null
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 0h15m0s
exclude_exit_code_ranges:
- '0'