This glossary defines the key objects and concepts you’ll encounter when integrating electronic signing into your applications and workflows.
An uploaded PDF, Word or Excel file, or a Template.
A collection of Documents to be signed.
- An Envelope can contain as many Documents as you need.
 - An Envelope can contain a mix of Templates and uploaded Documents if you’re using the Signable web app (not currently supported through the API).
 
Send an Envelope via the API | Send an Envelope via the Web App
A reusable document, created from an uploaded PDF, Word, or Excel file. Templates can contain fields assigned to predetermined Party Roles and can only be created in the Web App.
Get a Template via the API | Create a Template via the Web App
A recipient of an Envelope. Usually the person signing, but Parties can also be “copy only” (they receive a copy of the Envelope after signing is complete).
A role for a Party in a Template, either a signer or a copy-only. These roles can be assigned when sending Envelopes. Envelope Parties can have roles from multiple Templates.
A saved record of a Party, consisting of their name and email address. Contacts are created automatically when an Envelope is sent.
A fingerprint is a unique identifier string of 32 characters. Envelopes, Templates and Documents all have their own types of fingerprint. In this documentation fingerprints are most commonly used to reference Envelopes and Templates.
A numerical identifier. Most commonly used to refer to Companies, Contacts, Users and Parties.
An input on a document. Fields can be text, date, signatures, file uploads, dropdown or checkbox.
A special marker you can place on Documents to upload, to create fields automatically.
Fields in a Template that can be pre-populated before sending. If left blank, the assigned Party can complete them when signing. If prefilled, signers cannot amend at the point of signing.
Learn more about Prefillable fields
Note: The preferred term is Prefillable Fields, though you may also see Merge Fields used. Both refer to the same concept.
An account that can act as a parent for other Signable accounts.
Become a Signable Partner | Manage your Partner integration via API
A company account managed by a Signable Partner. These accounts are provisioned with an API key by default.
A way to customise how your emails and signing pages look to signers.
- It lets you add your company’s logo and brand colours.
 - It lets you customise the envelope emails sent.
 - Emails include Signed, Completed, Cancelled, Rejected, Expired, Reminders
 
Account-wide preferences that define your company’s default settings in Signable - including signing page options, email behaviour, and notification settings.
Webhooks let your system receive real-time notifications when specific events occur.
Learn more about Webhooks | See list of Webhooks
A Template with a single Party Role, that can be shared via a URL or embedded into a webpage.
- Each time a Widget is signed, a new Envelope is created and counted against your plan allowance.
 - Signed Widgets require email verification before they are valid.
 - There is no limit to the number of times a Widget can be signed.
 
The widget URL can be appended with the envelope_meta parameter, to set a base64-encoded JSON value. For example:
https://sign.signable.app/#/widget/aadfwRcaqN?envelope_meta={some-base64-encoded-JSON-string}This value will be passed back in Widget completed (Awaiting verification) and Widget signature verified webhook payloads, in the envelope_meta property.