Skip to content

Commit

Permalink
calendly nicer event names
Browse files Browse the repository at this point in the history
  • Loading branch information
thewizarodofoz authored Jul 21, 2024
1 parent 936cb57 commit 8854e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nodes-base/nodes/Calendly/CalendlyTrigger.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ export class CalendlyTrigger implements INodeType {
type: 'multiOptions',
options: [
{
name: 'invitee.created',
name: 'Event Created',
value: 'invitee.created',
description: 'Receive notifications when a new Calendly event is created',
},
{
name: 'invitee.canceled',
name: 'Event Canceled',
value: 'invitee.canceled',
description: 'Receive notifications when a Calendly event is canceled',
},
Expand Down

0 comments on commit 8854e6e

Please sign in to comment.