mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(Calendly Trigger Node): Update event names (no-changelog) (#10129)
This commit is contained in:
@@ -95,12 +95,12 @@ export class CalendlyTrigger implements INodeType {
|
|||||||
type: 'multiOptions',
|
type: 'multiOptions',
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'invitee.created',
|
name: 'Event Created',
|
||||||
value: 'invitee.created',
|
value: 'invitee.created',
|
||||||
description: 'Receive notifications when a new Calendly event is created',
|
description: 'Receive notifications when a new Calendly event is created',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'invitee.canceled',
|
name: 'Event Canceled',
|
||||||
value: 'invitee.canceled',
|
value: 'invitee.canceled',
|
||||||
description: 'Receive notifications when a Calendly event is canceled',
|
description: 'Receive notifications when a Calendly event is canceled',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user