CreateWebhookOptionsEventNameEnum class
Optional webhook event name. Default is EMAIL_RECEIVED
and is triggered when an email is received by the inbox associated with the webhook. Payload differ according to the webhook event name.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → CreateWebhookOptionsEventNameEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< CreateWebhookOptionsEventNameEnum>
Constants
- BOUNCE → const CreateWebhookOptionsEventNameEnum
- BOUNCE_RECIPIENT → const CreateWebhookOptionsEventNameEnum
- DELIVERY_STATUS → const CreateWebhookOptionsEventNameEnum
- EMAIL_OPENED → const CreateWebhookOptionsEventNameEnum
- EMAIL_READ → const CreateWebhookOptionsEventNameEnum
- EMAIL_RECEIVED → const CreateWebhookOptionsEventNameEnum
- NEW_ATTACHMENT → const CreateWebhookOptionsEventNameEnum
- NEW_CONTACT → const CreateWebhookOptionsEventNameEnum
- NEW_EMAIL → const CreateWebhookOptionsEventNameEnum
- NEW_SMS → const CreateWebhookOptionsEventNameEnum
-
values
→ const List<
CreateWebhookOptionsEventNameEnum> - List of all possible values in this CreateWebhookOptionsEventNameEnum.