E-Signature Routing
Route documents through a multi-party signing ceremony with defined signing order, reminders, and completion tracking. Works with Nintex Sign, DocuSign, and Adobe Sign.
On this page
Visual Flow
Rendering diagram…
When to Use This Pattern
Use e-signature routing when:
- Documents require legally binding digital signatures from one or more parties
- Signers may be external (customers, vendors, partners) without system access
- You need a tamper-evident audit trail proving who signed what and when
- The signing ceremony has a defined order (employee signs first, manager countersigns)
How It Works
| Step | Actor | Action |
|---|---|---|
| 1 | Workflow | Prepares document with signature fields |
| 2 | Workflow | Sends signing request to first signer |
| 3 | Signer 1 | Opens email link, reviews, signs |
| 4 | Workflow | Detects completion, sends to next signer |
| 5 | Signer 2 | Opens email link, reviews, countersigns |
| 6 | Workflow | All signatures complete → distribute final copy |
| 7 | Workflow | Archive signed document with certificate of completion |
Implementation Guide
Step 1: Prepare the Document
Before routing for signatures:
- Generate the final document using Document Generation Pipeline
- Convert to PDF (signatures should be on a fixed-layout document)
- Place signature fields at the correct locations:
- Signature line (drawn signature or typed)
- Date field (auto-populated when signed)
- Initials fields (for multi-page documents)
- Custom fields (title, company name)
- Remove the DRAFT watermark
- Lock the document — no edits after this point
Step 2: Define the Signing Order
| Order Type | Description | Example |
|---|---|---|
| Sequential | Signer 1 must finish before Signer 2 receives it | Employee → Manager → HR |
| Parallel | All signers receive it simultaneously | Board members all sign independently |
| Hybrid | Some sequential, some parallel | (Legal + Finance in parallel) → then CEO |
Step 3: Configure Each Signer
For each person in the signing ceremony:
| Setting | Configuration |
|---|---|
| Signer name & email | Resolved from request data or directory lookup |
| Signing role | "Employee", "Manager", "Customer" |
| Fields to complete | Which signature/initial/date fields belong to this signer |
| Authentication | Email link, SMS code, ID verification (for high-value) |
| Expiration | How long they have to sign (7 days typical) |
| Reminders | Auto-remind every 2 days if not signed |
Step 4: Handle Outcomes
| Outcome | Workflow Action |
|---|---|
| All signed | Download completed document, archive, notify all parties |
| Declined | Notify the requestor, log the reason, cancel remaining signers |
| Expired | Send a final reminder, then cancel. Notify requestor to re-initiate. |
| Void | The sender can void the envelope before completion. Cancel all. |
Step 5: Archive and Distribute
After all signatures are collected:
- Download the signed PDF with embedded digital signatures
- Download the certificate of completion (audit trail from the e-sign provider)
- Store both in the document repository with metadata
- Send final copies to all signers
- Update source records (CRM, contract system) with execution date and signed doc link
- Trigger downstream workflows (onboarding, provisioning, payment)
Tips & Best Practices
Pre-fill as many fields as possible. If the signer's name, title, date, and company are already known, pre-populate them. Signers should only need to click "Sign" — the less typing required, the faster they complete.
- Use templates in your e-sign platform. Create reusable envelope templates with pre-placed signature fields for common document types (NDA, offer letter, SOW). This avoids placing fields manually each time.
- Handle mobile signers. Most signers will open the link on their phone. Ensure the signing experience works well on mobile.
- Don't send too many reminders. One reminder at 50% of the expiration window and one at 80% is enough. Excessive reminders are counterproductive.
- Plan for declined signatures. When a signer declines, capture the reason. This information is valuable for understanding why deals fall through.
Related patterns
Contract Lifecycle Management
Manage a contract from initial draft through negotiation, review, approval, e-signature, execution, and renewal. A complete lifecycle workflow for legal and procurement teams.
Document Generation Pipeline
Collect data from multiple sources, merge it into a formatted document, route it for review and approval, then store the final version. The backbone of contract, proposal, and report workflows.
Document Classification with OCR
Route incoming documents — PDFs, scanned images, email attachments — by extracting text and classifying them automatically. Replaces human eyeballs at the front door.