Table of Contents

Class WebhookEventType

Namespace
Mailtrap.Webhooks.Models
Assembly
Mailtrap.Abstractions.dll

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

WebhookEventType

Click

Gets the value representing "click" event.

public static readonly WebhookEventType Click

Field Value

WebhookEventType

Delivery

Gets the value representing "delivery" event.

public static readonly WebhookEventType Delivery

Field Value

WebhookEventType

Open

Gets the value representing "open" event.

public static readonly WebhookEventType Open

Field Value

WebhookEventType

Reject

Gets the value representing "reject" event.

public static readonly WebhookEventType Reject

Field Value

WebhookEventType

SoftBounce

Gets the value representing "soft_bounce" event.

public static readonly WebhookEventType SoftBounce

Field Value

WebhookEventType

SpamComplaint

Gets the value representing "spam_complaint" event.

public static readonly WebhookEventType SpamComplaint

Field Value

WebhookEventType

Suspension

Gets the value representing "suspension" event.

public static readonly WebhookEventType Suspension

Field Value

WebhookEventType

Unsubscribe

Gets the value representing "unsubscribe" event.

public static readonly WebhookEventType Unsubscribe

Field Value

WebhookEventType