> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trysiren.io/llms.txt
> Use this file to discover all available pages before exploring further.

# MS Teams Template

The Microsoft Teams template editor in Siren allows you to create and manage messages for sending to Microsoft Teams channels or users. You can customize your message with text and dynamic variables.

<img src="https://mintcdn.com/siren/7IpRt_YcaXDKVAtZ/docs/Images/Templates/TemplateEdit/TeamsTemplate.PNG?fit=max&auto=format&n=7IpRt_YcaXDKVAtZ&q=85&s=9c9f26883c5b1efd4be679f2369bcf98" alt="Teams Template" width="1755" height="755" data-path="docs/Images/Templates/TemplateEdit/TeamsTemplate.PNG" />

## Message Content

<Steps>
  <Step title="Compose Message">
    Enter your message content in the 'Message Content' field. This is the main text that will be sent to the Microsoft Teams channel or user.
  </Step>

  <Step title="Add Variables">
    Use the **'Insert Variable'** button to add dynamic content to your message. Variables will be replaced with actual values when the message is sent.
  </Step>
</Steps>

## Variable Format

Use the following format for variables in your message:

```
${workflow.input.data.variable_name}
```
