Helper module for validating a webhook before creating/updating it.
Nylas docs
@type t() :: %ExNylas.Webhook.Build{ description: String.t() | nil, notification_email_addresses: [String.t()] | nil, trigger_types: [String.t()], webhook_url: String.t() }