Member Junction
    Preparing search index...

    Action: "Send Document for Signature".

    Sends one or more documents through a configured signature account/provider and records the envelope lifecycle. Thin wrapper over SignatureEngine.SendForSignature.

    Inputs:

    • SignatureAccountID (required)
    • Title (required)
    • Documents (required) — array of { filename, contentType?, contentBase64 }
    • Recipients (required) — array of { email, name?, routingOrder?, role?, fields? }, where each fields[] entry places a signature/date/initials/text/checkbox field by anchor string (preferred) or normalized page/xPercent/yPercent coordinates. Omit fields to let the provider apply its own default placement (no forced tab).
    • Message?, EntityID?, RecordID?, ArtifactID?, ArtifactVersionID?, SendImmediately?, Metadata?

    Outputs: SignatureRequestID, ExternalEnvelopeID, Status.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods