- Home
- Resources
- Integrations
- FastField
FastField Make integrationAutomate FastField with Make.
What happens after a field form lands in FastField is up to you. The FastField Make integration gives you 10 modules: 1 instant trigger, 6 actions and 3 searches. This guide is for ops teams who run mobile forms, and it walks you from the connection to a scenario that works.
Verified Trustpilot reviews · AI, automation & growth agency
What can the FastField Make integration automate?
The FastField Make integration links your FastField account to Make so a submitted form can set off work in other tools, and so Make can send forms and maintain lists in FastField for you. You build it as a scenario: the automation you assemble in Make, one module after another, without writing code.
A follow-up form that sends itself. Watch Form Submissions starts the scenario the moment a crew member submits a form, and Create a Dispatch sends the next form to the colleague who takes over. Nobody has to remember the hand-off.
Lists that match your other systems. When a record changes in the tool your office already uses, Update a Global List or Update a Lookup List carries the change into FastField, and Create a Global List or Create a Lookup List adds a new one when it does not exist yet.
A view of open work per person. List Dispatches by a User returns the dispatched forms a user has not completed yet, which you can pass on to a report or a message.
Know the boundaries too. FastField has no scheduled trigger in Make and no module that deletes a dispatch or a list; Make an API Call is the route for anything the listed modules skip. If you are weighing tools, the n8n vs Make comparison sets out the criteria. To learn the editor properly, start with Make training, and keep Make troubleshooting close when a run fails.
How do you connect FastField to Make?
- 01
Copy your API key in FastField
You need an active FastField developer account. In the developer portal dashboard, click your name in the top right corner, pick Profile, then click Show next to the keys under Your subscriptions and copy the API key.
- 02
Open the connection window in Make
Add any FastField module to your scenario and click Create a connection. A connection is your FastField account linked to Make once, then reused by every FastField module. The Connection name field is optional.
- 03
Paste the key and save
Enter the credentials you copied from FastField, or follow the instructions Make shows on screen. Once saved, the connection appears in the dropdown of every other FastField module you add later.
Your first scenario with FastField
GoalWhen a form is submitted in FastField, Make dispatches a follow-up form to the next user.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + in the middle of the editor. Search for FastField and pick Watch Form Submissions as the first module.
- 02
Set up the webhook and connection
Click Create a webhook, then Create a connection and paste your API key. This trigger is instant: FastField calls Make through the webhook as soon as a form comes in.
- 03
Add the dispatch
Click the + on the right of the trigger and add Create a Dispatch. Fill its fields, mapping data from the submission that the trigger received from the submitted form.
- 04
Test with Run once
Click Run once, then submit a test form in FastField. Open each module afterward to read the bundle it received: one bundle is one item passed from a module to the next, here one submission.
- 05
Switch it on
When the test looks right, switch the scenario on. Each module run counts as one operation, the unit Make counts on your plan, so a submission here uses two.
What starts a FastField scenario
1 module starts a scenario when something happens in FastField. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by FastField as soon as it happens.
Watch Form Submissions
Instant triggerIn Make“Triggers when a new Form is submitted to FastField.”
Every time someone submits a form to FastField, this trigger hands the submission to your scenario so the next steps can run without anyone copying data by hand. It is the only way a FastField event can start a scenario.
What FastField can do in Make
FastField gives you 9 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Dispatch
ActionIn Make“Dispatches a form to one or more users.”
Sends a form to one or more FastField users, so the right people find the work waiting in FastField without a manager assigning it by hand.
Create a Global List
ActionIn Make“Creates a Global List in calling user's account.”
Adds a new Global List to the FastField account behind your connection, which saves you from building it again in the FastField interface each time a new set of values shows up.
Create a Lookup List
ActionIn Make“Creates a Lookup List in calling user's account.”
Builds a brand new Lookup List in the FastField account tied to your connection. The list is created from the data your scenario maps into it, with no manual import.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reaches any endpoint of the FastField API through the same connection, which covers the gaps when none of the ready-made modules does what your process needs.
Update a Global List
ActionIn Make“Updates a Global List in calling user's account.”
Updates a Global List you already have, so its values stay in line with your source of truth, and the forms your crews open keep offering current choices.
Update a Lookup List
ActionIn Make“Updates a Lookup List in calling user's account.”
Refreshes a Lookup List that already exists in FastField, which keeps the reference data behind your forms from going stale while teams are out in the field.
List Dispatches by a User
SearchIn Make“Returns all uncompleted dispatched Forms for a given User.”
Returns every form dispatched to a given user that is still not completed, giving you a clear picture of what that person has left to do.
List Global Lists
SearchIn Make“Returns the list of Global Lists associated with the account of the authenticated user.”
Pulls the Global Lists attached to the account you connected. That way, the rest of the scenario knows exactly which lists already exist before anything gets created or edited downstream.
List Lookup Lists
SearchIn Make“Returns the list of Lookup Lists associated with the account of the authenticated user.”
Retrieves all the Lookup Lists linked to your connected account, so your scenario can check what is already there instead of guessing.
Need help automating FastField with Make?
A person reads every message.