Generation Link
The generation link integration available to every user type.
The Generation Link integration uses a special URL to generate your document. This URL is created dynamically by a formula in either a Formula field or Button field. When the link or button is clicked, Documint creates a document using the template id and record id provided in the URL.

First, add your Airtable API key to Documint settings. In Airtable, navigate to Account > Overview and scroll down until you find the API section. Generate a new API key if you don’t already have one.

Next, navigate to the Documint home screen, navigate to the Settings tab and then in Integrations, paste your API key to add it. You can confirm the API key is set when you see the name Airtable in the list of 3rd-Party Integrations.


Now that our Airtable account is linked, we need to tell Documint which Table in Airtable to extract data from.
Head over to your base in Airtable, and then to the desired table. Here, we are working with the Orders table. Copy the URL of the table page (copying the entire URL is fine, Documint will parse only the relevant parts).

In Documint, navigate to Integrations > Airtable > Generation Link, and paste the table URL you just copied.



Fill in the attachment field name. This is the field in Airtable where the auto-generated document will be located. If you don’t already have a field for this, create it in Airtable by adding a new field called ‘Documents’ with the field type ‘attachments.’

Then, fill in the attachment field name in Documint’s integration window as ‘Documents’. Copy the entire formula at the bottom of the window.

When set, this will overwrite all existing attachments in the specified attachment field with the latest document.
Linked Record fields in Airtable are sent from Airtable as record ids instead of the actual data of the linked records. If you want to use the data from linked records then you'll need to tell Documint to expand those records. By default, Documint will only expand linked records (with Table_Id fields) on the record that the document is generated from. If you want to expand linked records of linked records (and so on) then you'll have to set this value to the number of relationships that you want to expand.
Documint will only expand records of Linked Record fields that have an associated Table_Id field. Learn more.
Mode allows you to control how documents are created.
There are 3 options:
- 1.Default (Recommended) - uses the Active status of the template
- 2.Preview - renders documents as inactive (meaning they won't count towards your quota) and they won't be saved back to Airtable. This is great when testing documents and acts as an alternative to using the Previewer in the Template Designer. Learn more.
- 3.Active - renders documents as Active (meaning they will count towards your quota) whether your template status is Active or Inactive.
Set which fields to either watch for changes or ignore changes to when preventing duplicate document creation
That’s it! Now, whenever a user clicks the button you’ve added a document will be generated for that record. If a document already exists with the data from that record and the template has not been changed, then the existing document will be displayed. This prevents generating the same document multiple times.
Then, in Airtable, create another button field with an ‘Open URL’ action to open this formula.

Last modified 10mo ago