Member Junction
    Preparing search index...

    Interface TemplateEnvelopeRequest

    Request to create an envelope from a provider-hosted template.

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

    Properties

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

    Recipients keyed by the template's role names.

    sendImmediately?: boolean
    templateId: string

    Provider template identifier.

    title: string