Member Junction
    Preparing search index...

    Result of creating an envelope.

    interface EnvelopeResult {
        ErrorMessage?: string;
        externalEnvelopeId?: string;
        signingUrl?: string;
        status?: EnvelopeStatus;
        Success: boolean;
    }
    Index

    Properties

    ErrorMessage?: string
    externalEnvelopeId?: string
    signingUrl?: string

    When the provider returns an inline signing URL (embedded flows).

    Success: boolean