- Home
- Resources
- Integrations
- Freedcamp
Freedcamp Make integrationAutomate Freedcamp with Make.
Can your Freedcamp projects run a little on their own? The Freedcamp Make integration gives you 14 modules: 4 triggers, 8 actions and 2 searches. This guide walks project leads through the API key setup and a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Freedcamp Make integration do?
The Freedcamp Make integration links your Freedcamp account to Make, a visual tool where you build a scenario: an automation made of modules, each one a brick that watches, creates or reads something. Once linked, projects, tasks and comments can move between Freedcamp and your other apps without copy and paste.
Every new project starts with its kickoff task. Watch New Project spots the project, then Create a Task drops the first to-do inside it, so nobody forgets the setup work.
Client feedback lands where the work is. A form or an inbox in another app feeds Add a Comment, and the remark shows up on the right Freedcamp task instead of sitting in an email thread.
Your personal queue follows you. Watch Task Assigned to Me picks up each task handed to you and can copy it to a calendar, a chat or a sheet you already check.
One thing to know before you plan: all four Freedcamp triggers are scheduled, and the module list has no delete action. If you need an endpoint the modules skip, Make an API Call reaches the Freedcamp API with the same connection. To weigh the platform itself, read the Make review, and if you also look at n8n, the n8n vs Make comparison sets the two side by side. Teams that prefer to learn by building can start with the Make training.
How do you connect Freedcamp to Make?
- 01
Generate your API key in Freedcamp
Open your Freedcamp account settings, go to the Integrations or API tab and click Generate. Freedcamp then shows an API key and an API secret. Copy both, since Make asks for the pair.
- 02
Add a Freedcamp module and open the connection
In your Make scenario, add any Freedcamp module and click Create a connection. A connection is your Freedcamp account linked to Make once and reused by every Freedcamp module. The Connection name field is optional.
- 03
Paste the credentials and save
Paste the API key and the API secret you copied, then follow the on-screen instructions to finish. The connection now appears in the module, and Make can list your Freedcamp projects when you fill the fields.
Build your first scenario with Freedcamp
GoalWhen a new project appears in Freedcamp, Make creates a kickoff task inside it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to place the first module. Search for Freedcamp and pick Watch New Project.
- 02
Link your account
Click Create a connection, paste your API key and API secret, and save. The trigger is now tied to your Freedcamp workspace and ready to be set up.
- 03
Add the task module
Click the + on the right of the trigger and add Create a Task. Map the project coming from the trigger so the task lands in the project that just appeared, then write the task wording.
- 04
Test with Run once
Create a test project in Freedcamp, then click Run once. Open the bubble above each module to read the bundle it received: one bundle is one item, here one project and then one task.
- 05
Schedule and switch it on
Click the clock on the first module to set Scheduling. A new scenario checks every 15 minutes by default. Pick the interval that suits your projects, then switch the scenario on.
Freedcamp triggers in Make
4 modules start a scenario when something happens in Freedcamp. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Freedcamp as soon as it happens.
Watch New Comment
Scheduled triggerIn Make“Triggers when a new comment is added for a task.”
Starts your scenario whenever someone leaves a new comment on a Freedcamp task, so the discussion can reach people who never open Freedcamp.
Watch New Project
Scheduled triggerIn Make“Watches for a new project.”
Hands you each freshly created Freedcamp project, ready to be set up automatically with tasks, notes in another tool or a line in a tracking sheet.
Watch New Task
Scheduled triggerIn Make“Triggers when a new task is created.”
Catches every task created in Freedcamp, whoever wrote it, and passes it to the rest of your scenario as a bundle you can map field by field.
Watch Task Assigned to Me
Scheduled triggerIn Make“Triggers when a task is assigned to me.”
Follows only the tasks assigned to you, "me" being, logically, the Freedcamp user behind the connection, which turns Freedcamp into a personal inbox you can forward anywhere.
Freedcamp actions and searches in Make
Freedcamp gives you 10 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Add a Comment
ActionIn Make“Adds a new comment.”
Posts a new comment in Freedcamp from your scenario, so updates coming from other apps appear next to the work they concern.
Create a Project
ActionIn Make“Creates a new project.”
Opens a brand new Freedcamp project from data sent by another app, so a signed deal or an accepted quote becomes a workspace right away.
Create a Task
ActionIn Make“Creates a new task.”
Adds a task to Freedcamp with content mapped from earlier modules, which is the quickest way to turn requests from outside into tracked work.
Get a Project
ActionIn Make“Returns a specified project.”
Fetches one specific Freedcamp project and hands its details to the next modules, useful when you know which project you mean and want its current details.
Get a Task
ActionIn Make“Returns a specified task.”
Pulls the full record of one task you already know, so later modules work with its current content rather than an old copy.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Sends any request you write to the Freedcamp API with the connection you already set up, covering what the ready-made modules leave out.
Update a Project
ActionIn Make“Updates a specified project.”
Changes an existing Freedcamp project from your scenario, keeping its details in line with what happens in your sales or billing tools.
Update a Task
ActionIn Make“Updates a specified task.”
Edits a task that already exists in Freedcamp, so progress recorded elsewhere shows up on the task itself.
List Projects
SearchIn Make“Returns a list of projects.”
Returns the projects of your Freedcamp account, one bundle per project, so a scenario can walk through all of them.
List Tasks
SearchIn Make“Returns a list of tasks.”
Gives back a set of Freedcamp tasks as separate bundles, ready to be filtered, counted or copied into another app.
Need help automating Freedcamp with Make?
A person reads every message.