n8n-workflows/workflows/553_workflow_553.json
2025-05-14 11:58:29 +03:00

44 lines
760 B
JSON

{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Keap",
"type": "n8n-nodes-base.keap",
"position": [
450,
300
],
"parameters": {
"options": {},
"resource": "contact",
"operation": "getAll"
},
"credentials": {
"keapOAuth2Api": "keap_creds"
},
"typeVersion": 1
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Keap",
"type": "main",
"index": 0
}
]
]
}
}
}