mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
68 lines
1.2 KiB
JSON
68 lines
1.2 KiB
JSON
{
|
||
"nodes": [
|
||
{
|
||
"parameters": {},
|
||
"type": "n8n-nodes-base.manualTrigger",
|
||
"typeVersion": 1,
|
||
"position": [-80, -100],
|
||
"id": "7da2ce49-9a9d-4240-b082-ff1b12d101b1",
|
||
"name": "When clicking ‘Execute workflow’"
|
||
},
|
||
{
|
||
"parameters": {
|
||
"resource": "group",
|
||
"operation": "update",
|
||
"userPool": {
|
||
"__rl": true,
|
||
"value": "eu-central-1_KkXQgdCJv",
|
||
"mode": "list",
|
||
"cachedResultName": "AWS test"
|
||
},
|
||
"group": {
|
||
"__rl": true,
|
||
"value": "MyNewTesttttt",
|
||
"mode": "list",
|
||
"cachedResultName": "MyNewTesttttt"
|
||
},
|
||
"additionalFields": {
|
||
"description": "Updated description"
|
||
},
|
||
"requestOptions": {}
|
||
},
|
||
"id": "fd0610c8-9af2-4ca5-943f-f0de5d897fc0",
|
||
"name": "updateGroup",
|
||
"type": "n8n-nodes-base.awsCognito",
|
||
"typeVersion": 1,
|
||
"position": [160, -100],
|
||
"credentials": {
|
||
"aws": {
|
||
"id": "testId",
|
||
"name": "AWS account Central Europe"
|
||
}
|
||
}
|
||
}
|
||
],
|
||
"connections": {
|
||
"When clicking ‘Execute workflow’": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "updateGroup",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
}
|
||
},
|
||
"pinData": {
|
||
"updateGroup": [
|
||
{
|
||
"json": {
|
||
"updated": true
|
||
}
|
||
}
|
||
]
|
||
}
|
||
}
|