feat: add folder support for workflows (fixes #70)
This commit is contained in:
24
workflows/Calendly/1009_Calendly_Automate_Triggered.json
Normal file
24
workflows/Calendly/1009_Calendly_Automate_Triggered.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user