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

24 lines
462 B
JSON

{
"nodes": [
{
"name": "Calendly Trigger",
"type": "n8n-nodes-base.calendlyTrigger",
"position": [
880,
400
],
"webhookId": "9d13bcea-781a-4462-a9af-44bfb1fb6891",
"parameters": {
"events": [
"invitee.created",
"invitee.canceled"
]
},
"credentials": {
"calendlyApi": "calendly_creds"
},
"typeVersion": 1
}
],
"connections": {}
}