@vectorize-io/vectorize-client
    Preparing search index...

    Interface DOCUSIGNConfig

    Configuration for DocuSign connector

    DOCUSIGNConfig

    interface DOCUSIGNConfig {
        envelopeStatuses?: DOCUSIGNConfigEnvelopeStatusesEnum;
        folderIds?: DOCUSIGNConfigFolderIdsEnum;
        fromDate: Date;
        maxDocuments?: number;
        searchText?: string;
        toDate?: Date;
    }
    Index

    Properties

    Envelope Statuses. Filter envelopes by status

    DOCUSIGNConfig

    Folder Names. Select which DocuSign folders to include in the import

    DOCUSIGNConfig

    fromDate: Date

    Created From Date. Include envelopes created on or after this date. Example: Enter start date (YYYY-MM-DD)

    DOCUSIGNConfig

    maxDocuments?: number

    Max Documents. Leave blank for no limit, or specify a maximum number. Example: Enter maximum number of documents to retrieve (leave blank for no limit)

    DOCUSIGNConfig

    searchText?: string

    Search Text. Filter envelopes containing this text in their content. Example: Enter text to search within envelope content

    DOCUSIGNConfig

    toDate?: Date

    Created To Date. Include envelopes that were last updated up to this date. Example: Enter end date (YYYY-MM-DD)

    DOCUSIGNConfig