Skip to content

Settings — Envelope Templates

The Settings ▸ Envelope Templates page is the admin authoring surface for reusable envelope packets. Each template bundles Document Templates, signer roles, signing mode, expiry, and reminder cadence into a single named record that members can pick in the New Envelope wizard.

This is the highest-leverage automation surface in the platform — a single template authored well saves dozens of clicks per envelope and enforces consistency across the team.

Settings Envelope Templates — Acme Financial Group demo tenant

Standard PageHeader with the title Envelope Templates and a one-line description. The New template button sits to the right.

Each row shows:

  • Name + description
  • Document count badge
  • Signer-role count badge
  • Signing mode pill (Parallel / Sequential)
  • Default expiry (days)
  • Row actions (Edit, Duplicate, Delete)

Centered icon + copy when no templates exist. CTA opens the create flow.

Right-hand slide-out captures the full template definition. Fields group naturally into:

  • Identity — name, description
  • Defaults — subject, message, signing mode, expiry, reminder cadence
  • Documents — multi-select of document templates
  • Roles — name + order for each signer role

Templates define roles as placeholders. The wizard fills in actual recipients for each role at envelope-create time. This is the abstraction that makes templates reusable across many envelopes:

Template "Engagement Letter":
Roles: [Client, Senior Partner, Witness]
Documents: [engagement-letter-v3.pdf]
Mode: Sequential
Expiry: 30 days
Envelope from template:
Roles: [Client, Senior Partner, Witness] ← from template
Recipients: [
Client → alice@example.com, ← user-filled per envelope
Senior Partner → bob@firm.com,
Witness → carol@firm.com,
]
ModeBehaviour
ParallelAll recipients receive the invite at once and can sign in any order
SequentialRecipient N receives the invite only after recipient N-1 signs

Sequential mode requires a role order. Drag roles in the editor to set the order. Sequential is useful when one signer needs to review or prepare content for another.

  • Expiry — number of days the envelope stays valid (default 60). Past the window, the envelope auto-voids.
  • Reminder cadence — automated reminder emails to unsigned recipients. Default None; common values Every 3 days or Weekly.

Both are starting hands — per-envelope users can override either in the wizard.

Envelope templates with at least one document are eligible for Settings ▸ Bulk Send (covered on /settings/envelope-templates’s sibling docs). Templates with zero documents work in single-envelope mode — the wizard captures documents per envelope.

RoleViewCreateEditDelete
Owner / Admin
MemberIndirect (uses in wizard + Bulk Send)
Viewer
ActionEvent
Createenvelope_template.created
Updateenvelope_template.updated
Duplicateenvelope_template.duplicated
Deleteenvelope_template.deleted

Events surface in Settings ▸ Audit Log.

SymptomMost likely causeFix
Document picker is emptyNo document templates yetCreate one under Settings ▸ Document Templates
Bulk Send creates draftsTemplate has zero documentsAttach at least one document template
Sequential order ignoredMode set to ParallelSwitch mode
Cannot deleteTemplate in active useCancel referencing drafts; or Duplicate + Edit
Reminder not firingUser overrode in wizardDefaults are starting hands