Module: Telnyx::Models::EmailDomains::EmailWebhookEvent
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/email_domains/email_webhook_event.rb,
sig/telnyx/models/email_domains/email_webhook_event.rbs
Overview
Event types a webhook may subscribe to. The union of email._ events (published by email-api) and email_domain._ lifecycle events (published by this service). An event not listed here can never be subscribed to and is silently dropped.
Constant Summary collapse
- EMAIL_SCHEDULED =
:"email.scheduled"- EMAIL_SANDBOX =
:"email.sandbox"- EMAIL_QUEUED =
:"email.queued"- EMAIL_SENDING =
:"email.sending"- EMAIL_SENT =
:"email.sent"- EMAIL_DELIVERED =
:"email.delivered"- EMAIL_DEFERRED =
:"email.deferred"- EMAIL_BOUNCED =
:"email.bounced"- EMAIL_FAILED =
:"email.failed"- EMAIL_COMPLAINED =
:"email.complained"- EMAIL_OPENED =
:"email.opened"- EMAIL_CLICKED =
:"email.clicked"- EMAIL_UNSUBSCRIBED =
:"email.unsubscribed"- EMAIL_RECEIVED =
:"email.received"- EMAIL_DOMAIN_CREATED =
:"email_domain.created"- EMAIL_DOMAIN_VERIFIED =
:"email_domain.verified"- EMAIL_DOMAIN_DEGRADED =
:"email_domain.degraded"- EMAIL_DOMAIN_SUSPENDED =
:"email_domain.suspended"- EMAIL_DOMAIN_DELETED =
:"email_domain.deleted"
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/email_domains/email_webhook_event.rb', line 32
|
Instance Method Details
#self?.values ⇒ ::Array[Telnyx::Models::EmailDomains::email_webhook_event]
48 |
# File 'sig/telnyx/models/email_domains/email_webhook_event.rbs', line 48
def self?.values: -> ::Array[Telnyx::Models::EmailDomains::email_webhook_event]
|