mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
70 lines
1.3 KiB
JSON
70 lines
1.3 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": {
|
||
"operation": "removeFromGroup",
|
||
"userPool": {
|
||
"__rl": true,
|
||
"value": "eu-central-1_W3WwpiBXV",
|
||
"mode": "list",
|
||
"cachedResultName": "UserPoolSimple"
|
||
},
|
||
"user": {
|
||
"__rl": true,
|
||
"value": "0394e8e2-5081-7020-06bd-44bdfc84dd10",
|
||
"mode": "list",
|
||
"cachedResultName": "UserSimple"
|
||
},
|
||
"group": {
|
||
"__rl": true,
|
||
"value": "MyNewGroupSimple",
|
||
"mode": "list",
|
||
"cachedResultName": "MyNewGroupSimple"
|
||
},
|
||
"requestOptions": {}
|
||
},
|
||
"type": "n8n-nodes-base.awsCognito",
|
||
"typeVersion": 1,
|
||
"position": [100, -100],
|
||
"id": "0accb395-3cdb-4c3f-8adc-1a47567c37b5",
|
||
"name": "AWS Cognito",
|
||
"credentials": {
|
||
"aws": {
|
||
"id": "testId",
|
||
"name": "AWS account Central Europe"
|
||
}
|
||
}
|
||
}
|
||
],
|
||
"connections": {
|
||
"When clicking ‘Execute workflow’": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "AWS Cognito",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
}
|
||
},
|
||
"pinData": {
|
||
"AWS Cognito": [
|
||
{
|
||
"json": {
|
||
"removedFromGroup": true
|
||
}
|
||
}
|
||
]
|
||
}
|
||
}
|