ExNylas.WebhookNotification (ExNylas v0.11.0)

Copy Markdown View Source

A struct representing an inbound webhook notification.

Nylas docs

Summary

Types

t()

@type t() :: %ExNylas.WebhookNotification{
  data: ExNylas.WebhookNotificationData.t() | nil,
  id: String.t(),
  source: String.t(),
  specversion: String.t(),
  time: non_neg_integer(),
  type: String.t(),
  webhook_delivery_attempt: non_neg_integer()
}