Class WebhookEventType
Event type the email_sending webhook can subscribe to.
public sealed record WebhookEventType : StringEnum<WebhookEventType>, IEquatable<StringEnum<WebhookEventType>>, IEquatable<WebhookEventType>
- Inheritance
-
WebhookEventType
- Implements
- Inherited Members
Fields
Bounce
Gets the value representing "bounce" event.
public static readonly WebhookEventType Bounce
Field Value
Click
Gets the value representing "click" event.
public static readonly WebhookEventType Click
Field Value
Delivery
Gets the value representing "delivery" event.
public static readonly WebhookEventType Delivery
Field Value
Open
Gets the value representing "open" event.
public static readonly WebhookEventType Open
Field Value
Reject
Gets the value representing "reject" event.
public static readonly WebhookEventType Reject
Field Value
SoftBounce
Gets the value representing "soft_bounce" event.
public static readonly WebhookEventType SoftBounce
Field Value
SpamComplaint
Gets the value representing "spam_complaint" event.
public static readonly WebhookEventType SpamComplaint
Field Value
Suspension
Gets the value representing "suspension" event.
public static readonly WebhookEventType Suspension
Field Value
Unsubscribe
Gets the value representing "unsubscribe" event.
public static readonly WebhookEventType Unsubscribe