The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
540,
360
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Microsoft Teams",
"type": "n8n-nodes-base.microsoftTeams",
"position": [
740,
360
],
"parameters": {
"name": "n8n-docs-demo",
"teamId": "d6b83b00-085d-472c-a6d9-8c2c32c1424e",
"options": {}
},
"credentials": {
"microsoftTeamsOAuth2Api": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Microsoft Teams1",
"type": "n8n-nodes-base.microsoftTeams",
"position": [
940,
360
],
"parameters": {
"teamId": "={{$node[\"Microsoft Teams\"].parameter[\"teamId\"]}}",
"channelId": "={{$node[\"Microsoft Teams\"].json[\"id\"]}}",
"operation": "update",
"updateFields": {
"name": "n8n-documentation-demo"
}
},
"credentials": {
"microsoftTeamsOAuth2Api": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Microsoft Teams2",
"type": "n8n-nodes-base.microsoftTeams",
"position": [
1140,
360
],
"parameters": {
"teamId": "={{$node[\"Microsoft Teams\"].parameter[\"teamId\"]}}",
"message": "n8n rocks!",
"resource": "channelMessage",
"channelId": "={{$node[\"Microsoft Teams\"].json[\"id\"]}}",
"messageType": "text"
},
"credentials": {
"microsoftTeamsOAuth2Api": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"Microsoft Teams": {
"main": [
[
{
"node": "Microsoft Teams1",
"type": "main",
"index": 0
}
]
]
},
"Microsoft Teams1": {
"main": [
[
{
"node": "Microsoft Teams2",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Microsoft Teams",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
microsoftTeamsOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Create Update And Send A Message To A Channel In Microsoft Teams. Uses manualTrigger, microsoftTeams. Event-driven trigger; 4 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Convert Docx From Url To Pdf Using Convertapi. Uses manualTrigger, httpRequest, readWriteFile, stickyNote. Event-driven trigger; 6 nodes.
Preparing Data To Be Sent To A Service. Uses manualTrigger, stickyNote, googleSheets, n8nTrainingCustomerDatastore. Event-driven trigger; 6 nodes.
Extract Contracts to a Register. Uses n8n-nodes-iterationlayer. Event-driven trigger; 6 nodes.
📄 Description: This workflow helps you migrate customer records directly from Odoo v15 to Odoo v18 without the need for manual exports or intermediate files.
wf_update_all_caches. Uses executeWorkflowTrigger. Event-driven trigger; 6 nodes.