Table of Contents

Class WebhookType

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

Webhook type. Determines which events the webhook can subscribe to.

public sealed record WebhookType : StringEnum<WebhookType>, IEquatable<StringEnum<WebhookType>>, IEquatable<WebhookType>
Inheritance
WebhookType
Implements
Inherited Members

Fields

AuditLog

Gets the value representing "audit_log" webhook type.

public static readonly WebhookType AuditLog

Field Value

WebhookType

Represents "audit_log" webhook type.

EmailSending

Gets the value representing "email_sending" webhook type.

public static readonly WebhookType EmailSending

Field Value

WebhookType

Represents "email_sending" webhook type.