Self-service and fallback actions available for an email-delivery state.

interface EmailDeliveryRecovery {
    account_verified?: boolean;
    action: EmailDeliveryRecoveryAction;
    allowed: boolean;
    change_email_path?: string;
    requires_acknowledgement: boolean;
    support_path?: string;
}

Properties

account_verified?: boolean
allowed: boolean
change_email_path?: string
requires_acknowledgement: boolean
support_path?: string

Generated using TypeDoc