View Source ExNylas.WebhookNotificationData (ExNylas v0.9.0)

A struct representing the data field of a webhook notification.

Note - data points to the inflated object that the webhook notification is about; trunacted message webhooks omit the message body.

Nylas docs

Summary

Types

@type t() :: %ExNylas.WebhookNotificationData{
  application_id: String.t(),
  object: struct()
}