- Home
- Resources
- Integrations
- SignRequest
SignRequest Make integrationAutomate SignRequest with Make.
Can signature requests run on their own while you work? The SignRequest Make integration gives you 23 modules, one instant trigger among them, for documents, SignRequests, templates and teams. This page explains each one simply and walks you through a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the SignRequest Make integration automate?
The SignRequest Make integration links your SignRequest account to Make, a tool where you build a scenario (the automation itself, a chain of modules) without writing code. Each module is one brick: a trigger that starts the flow, an action that sends or cancels a request, or a search that pulls a list of items.
Contracts that leave on their own. A sales tool marks a deal as won, and Create Quick SignRequest builds the document and sends it for signature in one step. Nobody has to open SignRequest and upload the file by hand.
A signed file that lands where your team works. Watch Events tells Make as soon as something happens on a SignRequest, then Get a Document retrieves the file so the next module can store it or post it elsewhere.
Follow-ups without a spreadsheet. List SignRequests pulls every request in the account, a filter keeps the ones still waiting, and Resend a SignRequest nudges the signer again.
Keep one limit in mind: SignRequest asks you to pay the vendor for API use, so check your SignRequest plan before you build. The same app often exists as an n8n node as well; n8n vs Make lays out how to pick between the two tools. For what each Make plan includes, read Make pricing, and if you want a guided path through the editor, Make training covers it step by step.
How do you connect SignRequest to Make?
- 01
Open the connection window
Add any SignRequest module to a scenario and click Create a connection. A connection is your SignRequest account linked to Make once; every SignRequest module in your scenarios reuses it afterwards.
- 02
Name it and give your subdomain
Type a label you will recognize in Connection name. In Subdomain, enter the first part of your account address: if you log in at
https://www.xyz.signrequest.com, the subdomain isxyz. - 03
Approve the access
Click Continue. SignRequest opens its own screen and asks you to confirm that Make may act on your account. Click Authorize, and the connection shows up in the module, ready to use.
Your first scenario with SignRequest and Make
GoalWhen SignRequest reports an event on one of your requests, Make fetches the related document so you can pass it on.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big + to add the first module. Search for SignRequest and pick Watch Events.
- 02
Link your account
Click Create a connection, enter your connection name and subdomain, then approve with Authorize. The trigger now listens to your SignRequest account through a webhook.
- 03
Add Get a Document
Click the + on the right of the trigger, choose SignRequest again and select Get a Document. Map the document from the data Watch Events received, so Make knows which file to retrieve.
- 04
Test with Run once
Click Run once, then trigger an event in SignRequest, for instance by sending a test request to yourself. Open the bubble above each module to read the bundle, the item it received.
- 05
Switch it on
When the output looks right, turn the scenario on. Since Watch Events is instant, it runs whenever SignRequest calls Make. Each module run on a bundle counts as one operation on your plan.
What starts a SignRequest scenario
1 module starts a scenario when something happens in SignRequest. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by SignRequest as soon as it happens.
Watch Events
Instant triggerIn Make“Watches SignRequest events.”
This trigger starts your scenario the moment SignRequest records an event on your account, so the follow-up happens without anyone checking the dashboard. It is the only trigger this app offers, which makes it the natural first module for anything reactive.
What SignRequest can do in Make
SignRequest gives you 22 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Cancel a SignRequest
- Create a Document
- Create a Document Attachment
- Create a SignRequest
- Create Quick SignRequest
- Delete a Document
- Get a Document
- Get a Document Attachment
- Get an Event
- Get a SignRequest
- Get a Team Member
- Get a Template
- Make an API Call
- Resend a SignRequest
- List a Document's Attachments
- List Documents
- List Events
- List SignRequests
- List Team Members
- List Teams
- List Templates
- Search Documents
Cancel a SignRequest
ActionIn Make“Cancels a SignRequest.”
Stops a signature request that is still open, so the signer can no longer act on an outdated version. The request stays in your history, marked as cancelled rather than signed.
Create a Document
ActionIn Make“Creates a document.”
Puts a file into your SignRequest account without sending it to anyone yet. You end up with a document you can attach files to or send later with a separate module.
Create a Document Attachment
ActionIn Make“Creates an attachment for a document.”
Adds a supporting file to an existing document, so the signer sees the terms, an appendix or a price list next to the main contract.
Create a SignRequest
ActionIn Make“Creates a SignRequest.”
Sends a document already stored in SignRequest out for signature. This is the step that turns a file into a request someone receives and signs.
Create Quick SignRequest
ActionIn Make“Creates a document and SignRequest in one call.”
Builds the document and the signature request in a single module, which keeps a scenario short and easy to read for a beginner.
Delete a Document
ActionIn Make“Deletes a document.”
Removes a document from your SignRequest account for good, which keeps the workspace free of test files and drafts nobody needs anymore.
Get a Document
ActionIn Make“Retrieves a document.”
Fetches one document you already know, so the modules after it can read its details or pass the file on to storage, email or chat.
Get a Document Attachment
ActionIn Make“Retrieves a document attachment.”
Retrieves one attachment tied to a document, so an annex you uploaded earlier can travel to the next module.
Get an Event
ActionIn Make“Retrieves an event.”
Reads the full record of one event in SignRequest, which helps when you want more context than the scenario already carries.
Get a SignRequest
ActionIn Make“Retrieves a SignRequest.”
Pulls up one signature request by its reference so the next module knows its current state and the details that come with it.
Get a Team Member
ActionIn Make“Retrieves a team member.”
Returns the profile of one person in a SignRequest team, handy when a scenario needs to know who owns a request or who to notify.
Get a Template
ActionIn Make“Retrieves a template.”
Loads one saved template from SignRequest, so a scenario can start from a layout your team has already approved instead of a blank file.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Lets you call any endpoint of the SignRequest API with the connection you already set up, which covers whatever the ready-made modules leave out.
Resend a SignRequest
ActionIn Make“Resends a SignRequest.”
Sends the same signature request again to its signers, a polite nudge that does not require building a new request.
List a Document's Attachments
SearchIn Make“Retrieves a document's attachments.”
Returns every attachment of one document, each as its own bundle, so you can process them one after another in the next modules.
List Documents
SearchIn Make“Retrieves all documents.”
Pulls every document in your SignRequest account, which gives you a full picture when you want to review or export them.
List Events
SearchIn Make“Retrieves all events.”
Retrieves the events recorded in your account as a batch, useful when you want history rather than a reaction to a new event.
List SignRequests
SearchIn Make“Retrieves all SignRequests.”
Gathers all signature requests of the account, each one a bundle you can filter and then act on in a later module.
List Team Members
SearchIn Make“Retrieves all team members.”
Shows everyone who belongs to a team in SignRequest, one bundle per person, which is the starting point for any member lookup.
List Teams
SearchIn Make“Retrieves all teams.”
Returns the teams set up in your SignRequest account, so a scenario can loop over each of them instead of relying on a single hard-coded one.
List Templates
SearchIn Make“Retrieves all templates.”
Brings back the templates saved in SignRequest, which helps you find the right one before sending a contract built on it.
Search Documents
SearchIn Make“Searches for documents using general or specific queries.”
Finds documents that match a query, broad or precise, so you reach the file you need without pulling the whole account.
Need help automating SignRequest with Make?
A person reads every message.