Member Junction
    Preparing search index...

    Request to create (and optionally send) a signature envelope.

    interface CreateEnvelopeRequest {
        documents: SignatureDocumentInput[];
        message?: string;
        metadata?: Record<string, string>;
        recipients: SignatureRecipientInput[];
        sendImmediately?: boolean;
        title: string;
    }
    Index

    Properties

    message?: string
    metadata?: Record<string, string>

    Provider custom fields / envelope metadata.

    sendImmediately?: boolean

    true → send immediately ('sent'); false → create as draft ('created'). Defaults to true.

    title: string

    Email subject / envelope title.