/v3/webhooksCreate a webhook destination
Creates a webhook destination with the specified URL and list of trigger types.
Webhook destinations and retry logic
You should limit the number of webhook destinations you have for each trigger type. When Nylas retries a webhook, the retry goes to all the destinations for that trigger type. This can result in a lot of notifications.
Some webhook testing tools rate-limit or block you if your endpoint generates too much traffic. Nylas blocks Ngrok connections for this reason.
Webhook notification header
Every webhook notification Nylas sends includes the x-nylas-signature header. If you're using
the Nylas SDKs, you might see X-Nylas-Signature instead.
Destination definition
trigger_types*The event that triggers the notification. See the notification schemas for details about each trigger type.
See the Grants, Calendar, Events, and Messages references for information on how to trigger each event type.
notification_email_addressesThe email addresses that Nylas notifies when a webhook is down for a while. See Failing and failed webhooks for details.