⚡ Only 300 spots remaining • Closes in 2d 14h 32m
This comprehensive workflow automation helps you streamline Manual Microsofttodo Automate Triggered processes. By using this blueprint, you can eliminate manual data entry and ensure seamless integration between your favorite platforms.
This workflow is pre-configured and ready for deployment. Simply import the JSON template into your n8n instance and configure your credentials.
This is an exclusive blueprint. Copy the JSON below to use it.
PRO TIP
Always test your workflow in a development environment before pushing to production.
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
200
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Microsoft To Do",
"type": "n8n-nodes-base.microsoftToDo",
"position": [
450,
200
],
"parameters": {
"title": "Document Microsoft To Do node",
"operation": "create",
"taskListId": "AQMkADAwATNiZmYAZC0zOTkAMy02ZWZjLTAwAi0wMAoALgAAA3i1fHMTrftIhQBzhywL64UBAFB0wRiJW1FJmmlvlAkVFQA-AAACARIAAAA=",
"additionalFields": {
"importance": "high"
}
},
"credentials": {
"microsoftToDoOAuth2Api": "Microsoft OAuth Credentials"
},
"typeVersion": 1
},
{
"name": "Microsoft To Do1",
"type": "n8n-nodes-base.microsoftToDo",
"position": [
650,
200
],
"parameters": {
"taskId": "={{$json[\"id\"]}}",
"operation": "update",
"taskListId": "={{$node[\"Microsoft To Do\"].parameter[\"taskListId\"]}}",
"updateFields": {
"status": "inProgress"
}
},
"credentials": {
"microsoftToDoOAuth2Api": "Microsoft OAuth Credentials"
},
"typeVersion": 1
},
{
"name": "Microsoft To Do2",
"type": "n8n-nodes-base.microsoftToDo",
"position": [
850,
200
],
"parameters": {
"taskId": "={{$json[\"id\"]}}",
"taskListId": "={{$node[\"Microsoft To Do\"].parameter[\"taskListId\"]}}"
},
"credentials": {
"microsoftToDoOAuth2Api": "Microsoft OAuth Credentials"
},
"typeVersion": 1
}
],
"connections": {
"Microsoft To Do": {
"main": [
[
{
"node": "Microsoft To Do1",
"type": "main",
"index": 0
}
]
]
},
"Microsoft To Do1": {
"main": [
[
{
"node": "Microsoft To Do2",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Microsoft To Do",
"type": "main",
"index": 0
}
]
]
}
}
}To use this, copy the JSON above and paste it directly onto your n8n canvas.
Join the elite marketers who have offloaded their entire backend to n8n. Get direct support and custom builds in our private forum.