mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
feat(Calendly Trigger Node): Update event names (no-changelog) (#10129)
This commit is contained in:
parent
c8d322a9ba
commit
c9b3d34a54
|
@ -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',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue