feat(Calendly Trigger Node): Update event names (no-changelog) (#10129)

This commit is contained in:
Oz Weiss 2024-08-07 12:17:01 +03:00 committed by GitHub
parent c8d322a9ba
commit c9b3d34a54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,12 +95,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',
},