Interface Server

interface Server {
    ApiTokens: string[];
    BounceHookUrl?: string;
    ClickHookUrl?: string;
    Color: string;
    DeliveryHookUrl?: string;
    DeliveryType: ServerDeliveryTypes;
    EnableSmtpApiErrorHooks: boolean;
    ID: number;
    InboundAddress: string;
    InboundDomain?: string;
    InboundHash: string;
    InboundHookUrl?: string;
    InboundSpamThreshold: number;
    IncludeBounceContentInHook: boolean;
    Name: string;
    OpenHookUrl?: string;
    PostFirstOpenOnly: boolean;
    RawEmailEnabled: boolean;
    ServerLink: string;
    SmtpApiActivated: boolean;
    TrackLinks: LinkTrackingOptions;
    TrackOpens?: boolean;
}

Properties

ApiTokens: string[]
BounceHookUrl?: string
ClickHookUrl?: string
Color: string
DeliveryHookUrl?: string
DeliveryType: ServerDeliveryTypes
EnableSmtpApiErrorHooks: boolean
ID: number
InboundAddress: string
InboundDomain?: string
InboundHash: string
InboundHookUrl?: string
InboundSpamThreshold: number
IncludeBounceContentInHook: boolean
Name: string
OpenHookUrl?: string
PostFirstOpenOnly: boolean
RawEmailEnabled: boolean
ServerLink: string
SmtpApiActivated: boolean
TrackOpens?: boolean