Skip to content

Microsoft Teams

The Microsoft Teams node sends messages to a Teams channel using an incoming webhook.

Requires a Microsoft Teams connection configured with your webhook URL.

Configuration

FieldDescriptionNotes
MessageMessage text (supports Markdown formatting)Required. Supports templates
TitleOptional card titleOptional. Supports templates
Theme ColorHex color for the message card border (e.g., 0076D7)Optional

Message Formatting

Teams webhook messages support basic Markdown:

  • **bold** and *italic*
  • [link text](url)
  • Bullet lists with - or *

Common Patterns

Notify on Workflow Completion

  1. Cron — scheduled trigger
  2. DataStore Query or HTTP Request — fetch data
  3. Transform — format message content
  4. Microsoft Teams — post summary to channel