Help Center
Go to siteOpen app
  • Help Center
  • Welcome to the Help Center!
  • Guides
    • Designing a Basic Template from Scratch
    • Adding Variables
    • e-signatures with SignNow
    • How to create Tables
  • Templates
    • What's a template?
    • Page Elements
      • Layout Elements
      • Content Elements
      • Conditional Logic
      • Repeating Elements
    • Settings
    • Headers & Footers
    • Data and Variables
      • Syntax
      • Data Types
      • Formatting
      • Functions
        • $calc (beta)
      • Operators
    • Template Designer v2 (Beta)
      • Connections
        • Airtable Connection
        • HubSpot (Coming Soon)
      • Fields Editor
      • Tokens
      • Coming soon
  • Documents
    • What is a Document?
    • Minted Documents
  • Additional Resources
    • How-To Videos
      • Formatting Variables
      • Airtable Integrations
      • Airtable Data and Variables Videos
      • How to add variable images from your Airtable attachments
      • How to filter items in your Documents
      • How to group items in your Documents
      • Signing Documents with SignNow and Zapier
      • Add charts to your Documents with QuickChart.io
      • Add a Word Cloud chart to your Documents with QuickChart.io
      • Using Make.com (Integromat) to create line items in your documents
      • How to QR codes to your documents with QuickChart.io
      • How to add a progress chart to your documents with QuickChart.io
      • How to connect your Documint account using API keys
      • How to connect your Documint account to Airtable using your Personal Access Token (PAT)
    • Glossary
    • Frequently Asked Questions
    • Troubleshooting
  • Integrations
    • HubSpot
      • Installing the Documint app
      • Connecting your Documint account
      • Navigating the Documint App
      • Working with Custom Object Data
      • Adding HubSpot Properties to Your Template
      • Generating Your documents
      • Using Quick-Create
      • Using Workflows to Create Your Documents
      • Troubleshooting the Documint App
      • Uninstalling the Documint App
    • Airtable
      • Add your Airtable Personal Access Token
      • Airtable Extension
      • Generation Link
      • Automation Script
      • Field Types to Documint Variables
      • Adding Images from Airtable
      • Expanding Linked Records
      • Lookup Fields
      • Documents from Multiple Records
      • Duplicate Document Prevention
      • Password Protection
      • Creating Documents
        • Preview Mode
    • Zapier
    • Make.com
    • Coda
    • Stacker
    • Noloco
    • Softr
    • Pory
    • REST API
Powered by GitBook
On this page

Was this helpful?

  1. Guides

e-signatures with SignNow

This guide will demonstrate how to send a Documint document to be signed through SignNow using Zapier.

PreviousAdding VariablesNextHow to create Tables

Last updated 2 months ago

Was this helpful?

Any compatible data source may be used for storing certificates, but for this example, we will use an Airtable base that will be populated with names, employer names, and emails.

To get started on integrating Document with Airtable, refer to our . Here, we already set up a simple generation link integration with Airtable, using the existing certificate template in Documint. This way, we will be able to generate and send many different certificates for any company or employee list, as long as each entry has a full name, company name, and email.

In Airtable, create a last modified field in the table (the last modified field is needed to help Zapier check for file updates). Select specific fields and find the name of the field that contains the attachments -- in this case, it is the Certificate field.

Next, create an account with, or log into an existing Zapier account. Create a new Zap.

  • Choose app & event:

    • Start the Zap with an Airtable connection by searching and clicking on Airtable

    • Event: select ‘New or Updated Record’ and click continue.

  • Choose account:

    • Sign into your Airtable account if it is not connected already. If this is your first time integrating Airtable with Zapier, you will need to copy-paste the Airtable API key from the Airtable account page.

  • Set up trigger:

    • Base: Select the name of the base being used

    • Table: Select the table being used

    • Which timestamp field should Zap use…: Select the name of the Last Modified field that was just created

    • Skip the Limit to View option.

    • Include file contents?: Set this to ‘True’ since we are including the document to sign

    • Click continue.

  • Test trigger:

    • Zapier will prompt for a trigger test. Proceed through it by clicking Test Trigger and Continue.

The next step after finishing the trigger is building the Zap action.

  • Choose app and event:

    • In the action window type signNow and select the app when it appears in the list of apps.

    • Event: select Upload a file.

  • Choose account:

    • Then, choose an existing account to use or connect a signNow account by logging in and clicking allow to the prompt.

  • Set up action:

    • Select the location of the file stored in Airtable. This will be a data object called Certificate File or more generically, [Attachment Field Name] File.

    • Document name: Type the title of the document that will be created by signNow. You can insert existing data from Airtable such as ‘Full Name’ so that each file has a unique, identifiable name. In this example, the name is “Certificate - [Full Name]” - where [Full Name] is an Airtable data object selected from the drop-down.

  • Test action:

    • Zapier will prompt for a test of the action. Click Test and Review and the test window should say “A Document was sent to signNow about x seconds ago.” If you go to the link on a new tab, you should see the document open in the signNow app window.

    • When done, press close to begin another action.

You can publish this Zap as it is, but in this example, we will add another action to automatically send an invitation to the listed email for each person. Click the + button to add another action.

  • Choose app & event:

    • Select signNow again from the app list

    • Event: select ‘Invite to sign’

  • Choose account

    • Choose the same signNow account used in the previous action.

  • Set up action:

    • Document: select ‘Custom’ and then under signNow, select the document ID that was just generated in the previous signNow upload action.

    • From Email Address: this is the same email that is used for your signNow account

    • To Email Address: in practice, this will contain the data object that corresponds to the ‘email’ field in Airtable, so that each certificate will be sent to each person’s email.

      • Subject and Message: Type in whatever email subject and messaging are desired. Data fields such as Full Name and Company Name can be used as part of the template.

      • Redirect after signing: Enter any URL to redirect the signer to after they finish signing.

  • Click continue.

  • Test action:

    • Click ‘Test and Review’ and watch for an email from signNow with an invitation to sign the document.

🎉The Zap is complete. Click publish Zap and now, whenever a new record is added to the Airtable table, that person will receive a certificate, created according to their provided information.

Airtable integration guide