n8n
Workflow
Create Update And Get A Task In Microsoft To Do
This n8n workflow creates tasks and integrates with various services. Create Update And Get A Task In Microsoft To Do - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow creates tasks and integrates with various services. Create Update And Get A Task In Microsoft To Do - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
- Retrieves data from external sources
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
200
],
"parameters": [],
"typeVersion": 1,
"id": "20b31c08-dc2b-4fb5-93f7-9d8571f016c4"
},
{
"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,
"id": "c70f17ef-1b3d-4ef5-81b1-6bf8bae8fcc7"
},
{
"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,
"id": "0ecfeca1-574c-4a74-aa8d-e9cb1ab12398"
},
{
"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,
"id": "4d2ecdf4-fedb-4121-882e-3c62589dba12"
}
],
"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
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow