Interface CreateWebhookRequest

Class representation of a Nylas create webhook request.

Hierarchy

  • CreateWebhookRequest

Properties

description?: string

A human-readable description of the webhook destination.

notificationEmailAddresses?: string[]

The email addresses that Nylas notifies when a webhook is down for a while.

triggerTypes: WebhookTriggers[]

List of events that triggers the webhook.

webhookUrl: string

The url to send webhooks to.

Generated using TypeDoc