Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface ChimeEmailMessageInput

    interface ChimeEmailMessageInput {
        from: ChimeEmailAddress;
        headers?: Record<string, string>;
        html?: string;
        replyTo?: string;
        subject: string;
        text: string;
    }
    Index
    headers?: Record<string, string>
    html?: string
    replyTo?: string
    subject: string
    text: string