Skip to main content

Microsoft Teams - Post Message

Overview​

Use this blueprint to post messages to Microsoft Team

Variables​

NameReferenceTypeRequiredDefaultOptionsDescription
Webhook UrlMICROSOFT_TEAMS_WEBHOOK_URLAlphanumericβœ…--The webhook url specific to the channel you wish to post a message to
Message ContentMICROSOFT_TEAMS_MESSAGE_CONTENTAlphanumericβœ…--The message you wish to post
Message TitleMICROSOFT_TEAMS_MESSAGE_TITLEAlphanumericβž–--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'