Automate Teams Channel: Create, Update & Send Message
Demo workflow to create a channel in Microsoft Teams, update its name, and send a message. Perfect for learning Teams node usage in n8n.
This n8n workflow demonstrates the Microsoft Teams node's capabilities by performing a sequence of operations on a Teams channel. Starting with a manual trigger, it first creates a new channel named 'n8n-docs-demo' in a specified team. Next, it updates the channel's name to 'n8n-documentation-demo'. Finally, it sends a simple text message 'n8n rocks!' to the channel.
The workflow showcases dynamic referencing, where subsequent nodes use outputs from previous ones (e.g., teamId and channelId), m
Platform
n8n
Category
Health & Fitness
Price
$9.99
Creator
Fred Garcia
Microsoft Teams
channel creation
channel update
messaging
communication
automation
demo
n8n workflow
team collaboration
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.