# Suger Microsoft Teams

Send messages to Microsoft Teams channels.

---

## Operations

The Suger Microsoft Teams node currently only supports message operations.

### Send Message

Send messages to Microsoft Teams channels with support for different message formats.

#### Channel Selection
- **Send Message To**: Currently supports sending to channels only
- **Channel**: Select the target channel from the available channels list

#### Message Types

The node supports three different message formats:

1. **Simple Plain Message**
   - Type: Plain text
   - Format: Basic text without formatting
   - Usage: Best for simple notifications or updates

2. **Markdown Message**
   - Type: Markdown-formatted text
   - Format: Supports basic Markdown syntax
   - Usage: When you need basic text formatting

3. **HTML Message**
   - Type: HTML-formatted text
   - Format: Supports HTML tags
   - Usage: For more complex message formatting

#### Configuration Parameters

- **Resource**: Message (currently the only supported resource)
- **Operation**: Send (post message to channel)
- **Channel ID**: The target channel identifier (selected from available channels)
- **Message Type**: Choose between text, markdown, or HTML
- **Message Content**: The actual message content (varies based on message type)

## Notes

- Channel selection is required for sending messages
- Message content is required and must match the selected message type
- The node supports searchable channel selection from a list of available channels
- Different message types support different formatting capabilities:
  - Text: No formatting
  - Markdown: Basic Markdown syntax
  - HTML: HTML tags and formatting
