Knack Make integrationAutomate Knack with Make.
Can Make keep your Knack records moving without code? Yes. The Knack Make integration gives you 9 modules, 2 of them triggers. This guide is for teams who run their database on Knack: it shows how to link your account and build a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Knack Make integration do?
The Knack Make integration links your Knack app to Make, a visual automation tool. You build a scenario, the automation itself, as a chain of modules. Each module is one brick: something that starts the flow, an action on a record, or a search. Records then travel between Knack and your other apps with no copy and paste.
React to every form submission. New Event fires as soon as someone submits a Knack form or a record is created, updated or deleted. The next module, from another app, can alert the right person or copy the data where it belongs.
Keep related records in step. Watch Records spots each new record, Search for Records finds the entries tied to it, and Update a Record changes them. That is the first scenario built further down this page.
Feed Knack from your other tools. When a lead lands in your CRM, Create a Record adds it to Knack, and Upload a File sends the matching document or image along.
The Knack documentation gives no numeric limit for these modules. When an action is missing, Make an API Call reaches the rest of the Knack API with the same connection. Knack may also exist as an n8n node; the n8n vs Make comparison helps you pick. New to the editor? The Make training starts from zero, and Make troubleshooting helps when a run fails.
How do you connect Knack to Make?
- 01
Copy your Knack keys
Log in to Knack and open Settings, then Apps. In My Apps, click App Builder next to your app and go to Settings, API & Code. Copy the Application ID and the API key and keep them somewhere safe.
- 02
Add a connection in Make
Drop any Knack module into your scenario and click Add next to the Connection field. A connection is your Knack account linked to Make once, then reused by every Knack module. A label in Connection name is optional.
- 03
Paste the keys and save
Paste both values into the Application ID and API Key fields. Fill Private API server domain only if your Knack account sits on a private server. Click Save: every Knack module can now use this connection.
Build your first scenario with Knack
GoalWhen a new record is added in Knack, Make finds the related records and updates them.
- 01
Create the scenario
Open the Scenarios page in Make, create a new scenario and click the + to add the first module. Type Knack in the search box and pick Watch Records.
- 02
Connect and set the trigger
Click Create a connection and paste your two keys. Once the link works, fill the module fields: Make lists what it can read in your Knack app, so you pick where new records should start the flow.
- 03
Add the search
Click the + on the right of Watch Records and add Search for Records. Map a value from the new record to find the entries tied to it. A search can return zero, one or several bundles, the items passed to the next module.
- 04
Update what you found
Add Update a Record after the search and map the ID of each record it returned. Fill only the values that should change. Each bundle gives one update, and each update counts as one operation on your plan.
- 05
Test with Run once
Add a test record in Knack, then click Run once. Make runs the scenario one time and shows the bundles each module received, so you can check that the right records changed.
- 06
Schedule and switch on
Watch Records is a scheduled trigger: Make checks Knack on the scenario schedule, every 15 minutes by default. Set the interval on the first module, then switch the scenario on.
What can start a Knack scenario?
2 modules start a scenario when something happens in Knack. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Knack as soon as it happens.
New Event
Instant triggerIn Make“Triggers when a new record is created, updated or deleted or when a form is submitted.”
New Event hands you each change in your Knack app the moment it happens: a record created, updated or deleted, or a form submitted. One trigger covers all four cases, which makes it the natural starting point for anything urgent.
Watch Records
Scheduled triggerIn Make“Triggers when a new record is added.”
Watch Records gives you every record newly added to Knack, one bundle per record, ready for the next modules. It looks at additions only, not at edits.
What can Make do in Knack?
Knack gives you 7 modules in 2 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Actions
6 modulesCreate a Record
ActionIn Make“Creates a new record.”
Create a Record adds a fresh entry to Knack from data coming out of another module, so nobody retypes it. You map each incoming value onto the Knack field that should hold it.
Delete a Record
ActionIn Make“Deletes a record specified by its ID.”
With Delete a Record, a Knack entry picked by its ID disappears as part of the flow. Your tables stay clean when the source item no longer exists anywhere else.
Get a Record
ActionIn Make“Returns details about a record specified by its ID.”
Need the full content of one record? Get a Record reads it by its ID and passes every value to the next module, so later steps can use any of them.
Update a Record
ActionIn Make“Updates a record specified by its ID.”
Update a Record changes an existing Knack entry, found by its ID, with fresh values from your scenario. You fill in the values that should change and leave the rest alone.
Upload a File
ActionIn Make“Uploads a file or image.”
Upload a File puts a file or an image from your scenario into Knack, for example a signed PDF from your e-signature tool or a photo sent through a form.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call is your way out when the listed modules stop short: it calls any endpoint of the Knack API with the connection you already set up, no second login needed.
Searches
1 moduleSearch for Records
SearchIn Make“Searches for a record.”
Search for Records finds the Knack entries that match what you look for and returns them to the scenario. It is how you get an ID when you only know a name or an email.
Need help automating Knack with Make?
A person reads every message.