Interface CreateWebhookRequest

Class representation of a Nylas create webhook request.

Hierarchy

  • CreateWebhookRequest

Properties

callbackUrl: string

The url to send webhooks to.

description?: string

A human-readable description of the webhook destination.

notificationEmailAddress?: string

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

triggerTypes: WebhookTriggers[]

List of events that triggers the webhook.

Generated using TypeDoc