UpdateWebhookRequest
Class representation of a Nylas update webhook request.
Constructors
Link copied to clipboard
public UpdateWebhookRequest UpdateWebhookRequest( @Json(name = "trigger_types") List<WebhookTriggers> triggerTypes, @Json(name = "webhook_url") String webhookUrl, @Json(name = "description") String description, @Json(name = "notification_email_addresses") List<String> notificationEmailAddresses)
Types
Link copied to clipboard
A builder for creating a UpdateWebhookRequest.
Properties
Link copied to clipboard
A human-readable description of the webhook destination.
Link copied to clipboard
The email addresses that Nylas notifies when a webhook is down for a while.
Link copied to clipboard
Select the event that triggers the webhook.
Link copied to clipboard
The url to send webhooks to.
Functions
Link copied to clipboard
A human-readable description of the webhook destination.
Link copied to clipboard
The email addresses that Nylas notifies when a webhook is down for a while.
Link copied to clipboard
Select the event that triggers the webhook.
Link copied to clipboard
The url to send webhooks to.