@ptkl/sdk - v1.3.4
    Preparing search index...

    Attachment input for sending an email. Provide either a file_id (DMS reference) or content (base64-encoded data).

    type AttachmentInput = {
        content?: string;
        file_id?: string;
        file_name: string;
        mime_type: string;
        size?: number;
    }
    Index

    Properties

    content?: string

    Base64-encoded file content

    file_id?: string

    DMS file ID reference

    file_name: string

    File name

    mime_type: string

    MIME type (e.g. "application/pdf")

    size?: number

    File size in bytes