Module webhook

Module webhook 

Source
Expand description

Webhook types for Nylas API v3

Webhooks allow you to receive real-time notifications about changes to your Nylas data. This module provides types for webhook configuration, notifications, and signature verification.

Structs§

CreateWebhookRequest
Request to create a new webhook.
CreateWebhookRequestBuilder
Builder for CreateWebhookRequest.
UpdateWebhookRequest
Request to update a webhook.
UpdateWebhookRequestBuilder
Builder for UpdateWebhookRequest.
Webhook
A webhook configuration.
WebhookNotification
Webhook notification payload.

Enums§

WebhookTrigger
Webhook trigger types.

Functions§

verify_webhook_signature
Verifies the HMAC signature of a webhook payload.