Files
n8n-workflows/workflows/Keap/1023_Keap_Automate_Triggered.json
2025-08-05 09:40:47 +05:30

21 lines
397 B
JSON

{
"nodes": [
{
"name": "Keap Trigger",
"type": "n8n-nodes-base.keapTrigger",
"position": [
440,
320
],
"webhookId": "1df33e6f-7e5c-4d70-b90d-d5666aaf63e7",
"parameters": {
"eventId": "contact.add"
},
"credentials": {
"keapOAuth2Api": "keap_creds"
},
"typeVersion": 1
}
],
"connections": {}
}