Webhooks
Functions
Link copied to clipboard
public final Response<WebhookWithSecret> create(CreateWebhookRequest requestBody, RequestOverrides overrides)
Create a webhook destination
Link copied to clipboard
Delete a webhook destination
Link copied to clipboard
Extract the challenge parameter from a URL
Link copied to clipboard
Return a webhook destination
Link copied to clipboard
Get the current list of IP addresses that Nylas sends webhooks from
Link copied to clipboard
List all webhook destinations for the application
Link copied to clipboard
Update the webhook secret value for a destination
Link copied to clipboard
public final Response<Webhook> update(String webhookId, UpdateWebhookRequest requestBody, RequestOverrides overrides)
Update a webhook destination