- Home
- Resources
- Integrations
- Autentique
Autentique Make integrationAutomate Autentique with Make.
What if every signed contract filed itself the second the last signer finished? The Autentique Make integration gives you 27 modules, including 4 instant triggers, to act on documents and signatures. This page walks you through the connection, a first scenario and each module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Autentique Make integration do for Autentique?
The Autentique Make integration links your Autentique account to Make so that a signature, a new document or a team change can start an automation on its own. In Make you build a scenario, a chain of modules where each module is one brick: a trigger that listens, an action that does something, or a search that looks things up.
Contracts that go out on their own. When a deal is won in your sales tool, Create a Document builds the contract and sends it to the signers in the same step. If a second decision maker shows up later, Add a Signer puts that person on the existing document.
Signed files that land in the right place. Watch Document Signatures wakes the scenario as soon as a document is signed; Move a Document to a Folder then files it with the client, and Sign a Document can add your company's countersignature.
Tighter control over identity checks. Signatures waiting on biometric verification can be approved or rejected from a scenario, after your own review step, with the two dedicated modules.
What the integration does not do: there is no Make an API Call module for Autentique. The fallback is Make a GraphQL Query, which runs any authorized query you write. The Make doc for this app also warns that it is AI-generated from the vendor documentation, so confirm critical details with Autentique.
Still choosing a tool? The n8n vs Make comparison sets the two side by side, the Make pricing guide explains plans, and the Make training covers scenario building from scratch.
How do you connect Autentique to Make?
- 01
Copy your API key in Autentique
Log in to Autentique, open your profile section and click API keys. Copy the key shown on screen. This key is what Make uses to act on your behalf, so keep it somewhere private.
- 02
Add an Autentique module in Make
In your Make scenario, add any Autentique module and click Create a connection. A connection is your Autentique account linked to Make once, then reused by every Autentique module. Naming it in Connection name is optional but helps later.
- 03
Paste the key and save
Paste the API key you copied, or follow the instructions Make shows on screen, then save. From now on, Make can list your documents and folders when you fill in a module.
Your first scenario: file every signed Autentique document
GoalWhen a document is signed in Autentique, Make fetches it and moves it to the folder you chose.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. Search for Autentique and pick Watch Document Signatures.
- 02
Set up the webhook and connection
Click Create a webhook, then Create a connection and paste your API key. The webhook is the address Autentique calls each time a document is signed.
- 03
Fetch the signed document
Click the + on the right of the trigger and add Get a Document by ID. Map the document ID the trigger received so Make pulls the full document.
- 04
Move it to a folder
Add Move a Document to a Folder, map the same document and pick the target folder from the list Make shows once the connection exists.
- 05
Test with Run once
Click Run once, then sign a test document in Autentique. Open each module to read the bundle it received: a bundle is one item passed along, here one document.
- 06
Switch it on
When the test looks right, switch the scenario on. Since the trigger is instant, Make waits for Autentique to call the webhook instead of checking on a schedule.
What can start an Autentique scenario?
4 modules start a scenario when something happens in Autentique. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Autentique as soon as it happens.
Watch Document Events
Instant triggerIn Make“Triggers whenever any selected document event registered to your endpoint is triggered.”
Watch Document Events gives you one entry point for the document events you tick in the module, so a single scenario can follow a document through several stages without anyone checking the Autentique dashboard.
Watch Document Signatures
Instant triggerIn Make“Triggers whenever a document of the user's active organization is signed.”
Watch Document Signatures hands your scenario each document signed inside your active Autentique organization. It is the most direct trigger when all you care about is the signature itself.
Watch Member Events
Instant triggerIn Make“Triggers whenever any selected member event registered to your endpoint is triggered.”
Watch Member Events turns changes on the people side of your Autentique account into a scenario start, for the member events you choose in the module. Documents are not involved here.
Watch Signature Events
Instant triggerIn Make“Triggers whenever any selected signature event registered to your endpoint is triggered.”
Watch Signature Events reacts to the signature events you select, which lets you follow each signer's progress rather than only the finished document.
What can Make do in Autentique?
Autentique gives you 23 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Add a Signer
- Approve Pending Biometric Verification
- Create a Document
- Create a Folder
- Create Link to Signature
- Delete a Document
- Delete a Folder
- Delete a Signer
- Get a Document by ID
- Get a Folder by ID
- Get Authenticated User
- Get the Current Organization
- Make a GraphQL Query
- Move a Document to a Folder
- Reject Pending Biometric Verification
- Resend Signatures
- Sign a Document
- Update a Document
- Get a List of Documents
- Get a List of Documents From a Query
- Get a List of Folders
- Get a List of Organizations
- Get Documents from Folder
Add a Signer
ActionIn Make“Adds a new signer to a document.”
Add a Signer puts one more person on a document that already exists, so a late approver joins the signing round without you rebuilding the file.
Approve Pending Biometric Verification
ActionIn Make“Approves a signature with pending biometric verification.”
Approve Pending Biometric Verification clears a signature that is waiting on a biometric check, letting your process move forward from inside a scenario.
Create a Document
ActionIn Make“Creates a document and sends it to its signers.”
Create a Document builds a new document in Autentique and sends it to its signers in the same step, which is how a contract leaves your sales tool with no copy and paste.
Create a Folder
ActionIn Make“Creates a folder.”
Create a Folder adds a folder in Autentique, giving each client, project or department its own place for documents from the first day.
Create Link to Signature
ActionIn Make“Creates a public link to the signature. This link should not be shared with anyone but the signer.”
Create Link to Signature produces a public link that opens one signature, so you can deliver it through your own channel instead of the standard Autentique email.
Delete a Document
ActionIn Make“Deletes the document of the specified id.”
Delete a Document removes the document whose ID you pass, which keeps your Autentique space free of drafts nobody will sign.
Delete a Folder
ActionIn Make“Deletes folder by its id.”
Delete a Folder removes an Autentique folder by its ID, handy for keeping the folder tree tidy when a project or client relationship ends.
Delete a Signer
ActionIn Make“Deletes a signer from a document.”
Delete a Signer takes a person off a document before they sign, so the wrong contact stops receiving requests.
Get a Document by ID
ActionIn Make“Retrieves a document by id.”
Get a Document by ID pulls the full details of one document when all you have is its ID, typically the ID a trigger just delivered.
Get a Folder by ID
ActionIn Make“Retrieves folder info by id.”
Get a Folder by ID returns the information of one folder, so a notification or a report can show a readable folder rather than a bare ID.
Get Authenticated User
ActionIn Make“Gets the current user of the API.”
Get Authenticated User tells you which Autentique user sits behind the API key of the connection, a quick way to confirm who Make is acting as.
Get the Current Organization
ActionIn Make“Retrieves the current active organization of the user.”
Get the Current Organization returns the organization active on your Autentique account, the one Watch Document Signatures covers.
Make a GraphQL Query
ActionIn Make“Performs an arbitrary authorized GraphQL query.”
Make a GraphQL Query runs any authorized GraphQL query you write against Autentique, for the cases the ready-made modules leave out.
Move a Document to a Folder
ActionIn Make“Moves the given document to the specified folder.”
Move a Document to a Folder relocates a document to the folder you choose, so signed files stop piling up in one place.
Reject Pending Biometric Verification
ActionIn Make“Rejects a signature with pending biometric verification.”
Reject Pending Biometric Verification refuses a signature still waiting on its biometric check, closing the case from your scenario rather than by hand.
Resend Signatures
ActionIn Make“Resend the document signatures. This action may cost credits.”
Resend Signatures sends the signing requests of a document again, a nudge for people who have not signed yet.
Sign a Document
ActionIn Make“Signs the document using it's ID, as the user that holds the API token.”
Sign a Document applies a signature to a document by its ID, in the name of the user who owns the API key.
Update a Document
ActionIn Make“Updates the given document info.”
Update a Document changes the information of an existing document, keeping Autentique in line with what changed elsewhere.
Get a List of Documents
SearchIn Make“Retrieves a list of documents.”
Get a List of Documents fetches documents from your account as a search, returning zero, one or several bundles, one per document.
Get a List of Documents From a Query
SearchIn Make“Get a List of Documents From a Query”
Get a List of Documents From a Query narrows the document search to what your query describes, instead of pulling everything.
Get a List of Folders
SearchIn Make“Retrieves a list of folders.”
Get a List of Folders returns your Autentique folders as separate bundles, which is how you find the ID another module expects.
Get a List of Organizations
SearchIn Make“Retrieves a list of the user's organizations.”
Get a List of Organizations lists every organization your Autentique user belongs to, each as its own bundle.
Get Documents from Folder
SearchIn Make“Lists documents from a folder.”
Get Documents from Folder lists the documents stored in one folder, so a scenario can act on a whole client file at once.
Need help automating Autentique with Make?
A person reads every message.