- Home
- Resources
- Integrations
- Cognito Forms
Cognito Forms Make integrationAutomate Cognito Forms with Make.
What happens to a form entry after someone clicks Submit? The Cognito Forms Make integration answers that with 15 modules: 3 instant triggers, 7 actions and 5 searches. This guide shows how to link your account, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Cognito Forms Make integration do for you?
The Cognito Forms Make integration lets Make react to your forms and act on them without code. When an entry is submitted, updated or deleted, Cognito Forms alerts Make at once, and a scenario (the automation you build in Make, a chain of modules) carries the data where your team needs it.
Every request logged twice, typed once. A public request form fires Watch new entries, and Create entry writes the same answers into an internal tracking form your staff works from. Nobody copies a line by hand.
A clean bulk load. A spreadsheet of past registrations goes through Import Entries, which accepts CSV or Excel files and can create, update or sync entries. Get Import Status then tells you how many rows went in and how many failed.
A form that closes itself. Pair a trigger with Set Form Availability to change whether a form accepts entries, based on what just happened elsewhere in the scenario.
One limit shapes everything: Cognito Forms opens its API only to paid Cognito Forms accounts, so a free Cognito plan cannot be connected. Make itself runs this app from its Free plan. If you are still weighing the platform, read the Make review, and the n8n vs Make comparison covers the other tool that often has a node for the same app. For a first build with a coach, see Make training.
How do you connect Cognito Forms to Make?
- 01
Add a Cognito Forms module
Open your scenario, click the +, search for Cognito Forms and pick any module. Then click Create a connection. A connection is your Cognito Forms account linked to Make once, and every Cognito Forms module reuses it.
- 02
Name the connection
This step is optional, but a clear name helps later. If your team uses more than one Cognito Forms account, a label such as the account owner's name tells you at a glance which account a module is using.
- 03
Authorize Make and save
Make sends you to Cognito Forms to authorize access, or asks for the key Cognito Forms gives you. Approve it, return to Make and click Save. The module can now list your forms.
Your first scenario with Cognito Forms
GoalWhen someone submits your public request form in Cognito Forms, Make creates a matching entry in your internal follow-up form.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big + to add the first module. This first module is the trigger: the event that starts everything.
- 02
Add Watch new entries
Search for Cognito Forms, pick Watch new entries and link your account with Create a connection. Once connected, Make lists your forms, so choose the public request form.
- 03
Add Create entry
Click the + to the right of the trigger and add Create entry. Choose the internal form, then map each of its fields to the matching answer from the previous module.
- 04
Test with Run once
Click Run once, then submit a test entry in the public form. Each module shows the bundles it received (a bundle is one item passing through, here one entry), so you can check every answer landed.
- 05
Switch it on
Turn the scenario on. With an instant trigger, Cognito Forms calls Make as soon as an entry arrives, so the internal form fills itself from then on, one operation per module run.
Which Cognito Forms triggers can start a scenario?
3 modules start a scenario when something happens in Cognito Forms. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Cognito Forms as soon as it happens.
Watch entry deleted
Instant triggerIn Make“Triggers when an entry is deleted”
Removed entries stop disappearing silently: this trigger starts your scenario the moment someone deletes an entry from a form, so the rest of your tools can hear about it too.
Watch new entries
Instant triggerIn Make“Triggers when a new entry is submitted to your form”
Fresh submissions reach Make within moments with this trigger. It watches one form and hands each new entry to the next module as a bundle, answers included, ready to map.
Watch updates
Instant triggerIn Make“Triggers when an entry is updated.”
Edits to existing entries get their own signal here. When a respondent or a teammate changes an entry, the trigger passes the updated version to your scenario.
What can Make do in Cognito Forms?
Cognito Forms gives you 12 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create entry
ActionIn Make“Creates a new entry.”
Answers you already have elsewhere become a real entry in one of your forms, exactly as if someone had filled it in, without anyone retyping them.
Delete entry
ActionIn Make“Deletes an entry.”
This action removes one entry from a form, which keeps test submissions, spam or duplicates out of the lists your team reads.
Get Import Status
ActionIn Make“Gets the current status of an import and returns the number of successful and unsuccessful entries.”
After a bulk load, this module reports where the import stands and returns how many entries went through and how many failed, so you know whether to fix the file.
Import Entries
ActionIn Make“Import form entries from CSV or Excel files. Supports creating new entries, updating existing entries, or syncing entries.”
A whole CSV or Excel file turns into form entries in a single step, instead of one module run per row. The import can create new entries, update existing ones or sync the two.
Set Form Availability
ActionIn Make“Set a form's availability.”
Opening or closing a form no longer needs a trip into Cognito Forms: this module changes a form's availability from inside your scenario.
Update entry
ActionIn Make“Updates an entry.”
An existing entry gets new values without being recreated, so its history and its place in your lists stay intact while the data catches up.
Upload a file
ActionIn Make“Upload a file to be used with an entry.”
Files coming from another app become available to your entries through this action, so an attachment can travel with the data instead of being sent separately.
Get document
SearchIn Make“Gets an entry document.”
This search fetches the document Cognito Forms produces for an entry, so the scenario can hand it to another app, an email or a storage folder.
Get entry
SearchIn Make“Gets an entry.”
One specific entry comes back with all its current answers, which is handy when the scenario only holds a reference and needs the full picture.
Get file
SearchIn Make“Gets a file by id.”
With a file's id in hand, this search retrieves the file itself, ready to be passed to a storage app, an email or another form.
Get Form Entries
SearchIn Make“Retrieve entries from a form entry view using OData.”
Many entries at once come out of a form through this search, which reads a Cognito Forms entry view using OData, a standard way of querying data.
Get forms
SearchIn Make“Retrieves a list of available forms.”
Your account's forms come back as a list here, which lets one scenario work across several forms instead of being tied to one.
Need help automating Cognito Forms with Make?
A person reads every message.