- Home
- Resources
- Integrations
- ProofHub
ProofHub Make integrationAutomate ProofHub with Make.
What if new requests turned into ProofHub tasks without anyone retyping them? The ProofHub Make integration gives you 18 modules for tasks, subtasks and comments. This guide walks project leads through the connection, a first scenario and every module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the ProofHub Make integration do for your projects?
The ProofHub Make integration links your ProofHub account to Make so a scenario, the automation you build as a chain of bricks called modules, can create, read, change, move, copy and delete tasks, subtasks and comments for you. You set it up once with an API key, and no code is involved.
Requests become tasks on their own. A form entry or an email in another app starts the scenario, Create a Task files the work in ProofHub, and Create a Subtask breaks it into steps so nobody rebuilds the same checklist by hand.
Statuses stay in sync. When a deal closes or a ticket is resolved elsewhere, Search Tasks finds the matching task and Update a Task or Move a Task puts it where it belongs. Pair this with Create a Comment to leave a trace your team will read.
Kickoffs start from a model. Keep one well-written task as a template and let Copy a Task duplicate it each time a new client signs.
One thing Make does not offer here: ProofHub has no trigger module, so ProofHub itself cannot start a scenario. You launch it from another app or on a schedule. Make also flags its ProofHub documentation as AI-generated, so check anything critical with ProofHub. New to the editor? The Make training covers the basics, Make troubleshooting helps when a run fails, and n8n vs Make compares the two tools if you are still choosing.
How do you connect your ProofHub account to Make?
- 01
Copy your ProofHub API key
In ProofHub, click the profile icon in the bottom left corner, choose API access in the menu, then copy the key shown in the window that opens. Keep it at hand for the next step.
- 02
Add a ProofHub module
In your Make scenario, add any ProofHub module and click Create a connection. A connection is your ProofHub account linked to Make once, then reused by every ProofHub module you add later.
- 03
Paste the key and save
Give the connection a clear label in Connection name if you like, paste the API key you copied, and confirm. Make can now read and write in your ProofHub account.
Your first scenario with ProofHub and Make
GoalWhen a new request lands in another app, Make creates a ProofHub task and adds a first comment to it.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + to add the first module. Pick the trigger of the app where your requests arrive, since ProofHub has no trigger of its own.
- 02
Add Create a Task
Click the + on the right of that first module, search for ProofHub and choose Create a Task. Click Create a connection and paste your API key if you have not linked ProofHub yet.
- 03
Map the request into the task
Fill the module fields. Make lists what it can read in ProofHub once the connection exists, and you drag values from the first module, such as the request title, into the task.
- 04
Add Create a Comment
Click the next + and add Create a Comment. Map the task the previous module just created, then write the comment, for example the full request text or who sent it.
- 05
Test with Run once
Click Run once and send a test request. Each module shows the bundles it received, a bundle being one item passed along, so you can check the task and its comment in ProofHub.
- 06
Schedule and switch on
Set the schedule on the first module (every 15 minutes by default) and switch the scenario on. From then on, each request becomes a commented task without anyone copying it over.
Every ProofHub module in Make, explained
ProofHub gives you 18 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Copy a Task
ActionIn Make“Copies an existing task.”
Duplicates a task that already exists, so a carefully written model becomes a fresh task in one step instead of being rewritten.
Create a Comment
ActionIn Make“Creates a new comment.”
Posts a comment on ProofHub content, which leaves a readable trace for the team right where they already work, without an extra message elsewhere.
Create a Subtask
ActionIn Make“Creates a new subtask.”
Adds a subtask under an existing task, turning one broad job into smaller steps people can tick off one by one.
Create a Task
ActionIn Make“Creates a new task.”
Creates a new task in ProofHub, which is how outside events become work your team can see, assign and track.
Delete a Comment
ActionIn Make“Deletes an existing comment.”
Removes an existing comment, handy for clearing automatic notes that no longer make sense once a situation has changed.
Delete a Subtask
ActionIn Make“Deletes an existing subtask.”
Erases a subtask from its task, which keeps checklists short when a step stops applying to the job.
Delete a Task
ActionIn Make“Deletes an existing task.”
Deletes a whole task, the heaviest cleanup move in this app, and the one to reserve for work that truly vanished.
Get a Comment
ActionIn Make“Retrieves an existing comment.”
Fetches one precise comment and passes its content to the next modules, so its text can travel to another tool.
Get a Subtask
ActionIn Make“Retrieves an existing subtask.”
Reads one subtask in full, giving later modules its current details to decide what happens next.
Get a Task
ActionIn Make“Retrieves an existing task.”
Brings back the details of a single task, which is useful when another tool needs to show or reuse what ProofHub holds.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Calls any endpoint of the ProofHub API with the connection you already set up, the way to reach features the listed modules skip.
Move a Task
ActionIn Make“Moves an existing task.”
Relocates an existing task so it shows up where your team expects it, without recreating it.
Update a Comment
ActionIn Make“Updates an existing comment.”
Edits the text of a comment already posted, so a status note can stay current instead of piling up new versions.
Update a Subtask
ActionIn Make“Updates an existing subtask.”
Changes a subtask in place, which lets a step reflect what happened elsewhere without anyone opening ProofHub.
Update a Task
ActionIn Make“Updates an existing task.”
Modifies an existing task, the everyday module for keeping ProofHub in step with the rest of your tools.
Search Comments
SearchIn Make“Searches for comments or lists them all.”
Looks for comments, or lists them all, and sends each match on as its own bundle to the following modules.
Search Subtasks
SearchIn Make“Searches for subtasks or lists them all.”
Finds subtasks, or lists every one of them, which gives you the steps to review, update or clean up afterwards.
Search Tasks
SearchIn Make“Searches for tasks or lists them all.”
Searches tasks, or lists all of them, and is usually the first ProofHub module in scenarios that change existing work.
Need help automating ProofHub with Make?
A person reads every message.