Builder
A builder for creating a CreateWebhookRequest.
Parameters
trigger Types
Select the event that triggers the webhook.
webhook Url
The url to send webhooks to.
Constructors
Link copied to clipboard
public CreateWebhookRequest.Builder CreateWebhookRequest.Builder(List<WebhookTriggers> triggerTypes, String webhookUrl)
Functions
Link copied to clipboard
Build the CreateWebhookRequest.
Link copied to clipboard
Set a human-readable description of the webhook destination.
Link copied to clipboard
public final CreateWebhookRequest.Builder notificationEmailAddresses(List<String> notificationEmailAddresses)
Set the email addresses that Nylas notifies when a webhook is down for a while.