Resources · Make integration

Ziflow Make integrationAutomate Ziflow with Make.

Proofs, reviewers and comments can move on their own once Ziflow talks to Make. The Ziflow Make integration gives you 20 modules: 1 instant trigger, 10 actions and 9 searches. This guide shows creative and marketing ops teams how to connect the account and build a first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Ziflow Make integration automate?

The Ziflow Make integration links your Ziflow account to Make, a no-code tool where you build a scenario: an automation made of modules, each one a brick such as a trigger, an action or a search. Ziflow then creates proofs, routes reviewers and tidies folders without anyone copying data by hand.

Proofs that start themselves. When a design request lands in another tool, Create new proof opens the proof in Ziflow and Add a reviewer puts the right person on the right stage, using their email address. The agency account manager stops building each review by hand.

A reaction to every piece of feedback. Watch webhook is an instant trigger: Ziflow calls Make as soon as activity reaches the webhook. From there, List comments pulls the remarks on a proof so a scenario can hand them to a project tool or a chat channel.

Folders that stay in order. Create a folder, Update a folder and Search folders keep the Ziflow tree aligned with your client list, while Search proofs finds the proofs that match your criteria.

The Make documentation for Ziflow lists no specific limit. When a listed module does not cover a need, Make an API call reaches the rest of the Ziflow API with the same connection. Ziflow often has an n8n node too; the n8n vs Make comparison lays out the differences. To learn the editor step by step, the Make training starts from zero, and Make troubleshooting helps when a run fails.

Connect

How do you connect Ziflow to Make?

  1. 01

    Copy your Ziflow API key

    Make signs in to Ziflow with an API key, so you need an active Ziflow account first. In Ziflow, open Settings, pick API in the menu and copy the API key shown on screen.

  2. 02

    Add a Ziflow module

    In your Make scenario, add any Ziflow module and click Create a connection. A connection is your Ziflow account linked to Make once, then reused by every Ziflow module. The Connection name field is optional but handy with several accounts.

  3. 03

    Paste the key and save

    Paste the API key you copied, or follow the on-screen instructions, and save. Make can now read your Ziflow proofs, folders and contacts, and it offers them in the module fields instead of asking you to type IDs.

First scenario

Your first scenario: turn a design request into a Ziflow proof

GoalWhen a design request arrives from another app, Make creates the proof in Ziflow and adds the reviewer to it.

  1. 01

    Start from the request app

    On the Scenarios page, create a new scenario and click the +. Pick the module of the app where requests arrive, such as a form tool, and connect it.

  2. 02

    Add Create new proof

    Click the + on the right, search for Ziflow and choose Create new proof. Select your connection, or click Create a connection and paste your API key.

  3. 03

    Map the request data

    Fill the module fields with data from the first module. Each request is a bundle, one item passed from one module to the next, so every request produces its own proof.

  4. 04

    Add the reviewer

    Add Add a reviewer after the proof, map the proof coming from the previous module and the reviewer's email, then pick the stage that person should join.

  5. 05

    Test with Run once

    Send one test request, then click Run once. Make runs the scenario a single time and shows the bundles each module received, so you can check the proof in Ziflow.

  6. 06

    Schedule and switch on

    Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. Each run of a module on a bundle counts as one operation on your plan.

Triggers

What starts a Ziflow scenario

1 module starts a scenario when something happens in Ziflow. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Ziflow as soon as it happens.

Ziflow1Watch webhook

Watch webhook

Instant trigger

In Make“Watches for activity sent to webhook trigger.”

Watch webhook opens your scenario the moment Ziflow sends activity to Make, so a review event gets a follow-up without anyone checking the proofing screen. Each piece of activity reaches the next module as one bundle you can map.

How it fires
instant, Ziflow calls Make through a webhook as soon as it happens, which is why the module carries the lightning badge.
When to use it
when a reviewer leaves feedback and the project owner should hear about it in the tool the team already watches.
Watch out
click Create a webhook before Create a connection, and inspect a real bundle with Run once before mapping anything.
Modules

Everything the Ziflow modules can do

Ziflow gives you 19 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Ziflow1

Add a comment

Action

In Make“Adds a new comment to the proof.”

Posts a new comment on a proof, so information from another tool shows up right where reviewers already read feedback. Nobody has to switch windows to pass a message along.

When to use it
when a ticket status changes in your project tool and the proof should carry a note about it.
Watch out
the comment lands on one proof, so map the proof from an earlier module.
Ziflow2

Create a folder

Action

In Make“Create a new public or private folder.”

Creates a Ziflow folder, public or private, so every new client or campaign gets its own place for proofs from day one. The folder is ready before the first file is uploaded.

When to use it
as soon as a deal is signed in your CRM and the studio needs a workspace for that account.
Watch out
choose public or private on purpose, since that decides who sees the proofs inside.
Ziflow3

Delete a folder

Action

In Make“Delete specific folders and its subfolders. Can be used to delete proofs within said folder.”

Removes a folder along with its subfolders, and it can take the proofs inside with it. It clears out an archived client in one step instead of dozens of clicks.

When to use it
when a project is closed for good and its review material should no longer sit in Ziflow.
Watch out
treat the deletion as final and test on an empty folder with Run once before switching the scenario on.
Ziflow4

Delete a proof

Action

In Make“Delete a Proof with the given ID.”

Deletes a single proof by its ID, which keeps Ziflow free of drafts that were created by mistake or cancelled. Only that proof goes, the folder around it stays.

When to use it
when a request is withdrawn in the tool it came from and its proof no longer needs a review.
Watch out
treat the deletion as final and feed this module a precise ID from Search proofs rather than a guess.
Ziflow5

Delete a reviewer

Action

In Make“Deletes a reviewer from a specific stage on a proof using either Email or their reviewer ID.”

Takes a reviewer off one stage of a proof, found by email or by reviewer ID. The person stops receiving that review without you opening the proof settings.

When to use it
when someone leaves the account team and should drop out of the reviews still in progress.
Watch out
the removal applies to a specific stage, so point the module at the stage where that reviewer actually sits.
Ziflow6

Get a reviewer

Action

In Make“Gets a reviewer from a specific stage on a proof using either Email or their reviewer ID.”

Returns the details of one reviewer on a given stage of a proof, looked up by email or reviewer ID. A scenario can then check who is on a review before it acts.

When to use it
before adding someone, to confirm they are not already on that stage and avoid a duplicate entry.
Watch out
the lookup needs the proof and the stage, so map both from an earlier step.
Ziflow7

Make an API call

Action

In Make“Performs an arbitrary authorized API Call”

Calls any endpoint of the Ziflow API with the connection you already set up, which covers what the other modules leave out. You stay inside the same scenario and the same login.

When to use it
when your process needs a Ziflow feature that none of the 20 listed modules exposes.
Watch out
you write the request yourself, so keep the Ziflow API reference open and test each call with Run once.
Ziflow8

Resolve a comment

Action

In Make“Resolves or unresolves a comment.”

Marks a comment as resolved, or reopens it, so the proof shows at a glance which remarks still need work. The status follows what happens outside Ziflow.

When to use it
when the designer closes the matching task in the project tool and the feedback can be ticked off on the proof.
Watch out
the same module also unresolves, so double check the option you pick before activating.
Ziflow9

Update a folder

Action

In Make“Update an existing folder by populating the fields with the data you wish to update. Only fields provided will be updated.”

Changes an existing folder and touches only the fields you fill in, leaving the rest as it was. Renaming a client space no longer means rebuilding it.

When to use it
when a customer changes its company name in the CRM and the Ziflow folder should follow.
Watch out
an empty field is simply ignored, so a value you forgot to map will stay unchanged rather than be cleared.
Ziflow10

Update a proof

Action

In Make“Update an existing proof by populating the fields with the data you wish to update. Only fields provided will be updated.”

Edits a proof that already exists, and only the fields you provide are rewritten. The review keeps its history while its details catch up with the brief.

When to use it
when a deadline moves in the project tool and the matching proof in Ziflow should show the new information.
Watch out
the module needs the right proof, so find it first with Search proofs or Lists proofs.
Ziflow11

Add a reviewer

Search

In Make“Adds a reviewer to a specific stage on a proof using Email.”

Places a person on a specific stage of a proof using their email address, so the review reaches the right eyes without manual invitations. It pairs naturally with Create new proof.

When to use it
right after a proof is created, to assign the client contact or the art director named in the request.
Watch out
Make lists it as a search module, and it works by email only, so map a valid address.
Ziflow12

Create new proof

Search

In Make“Creates a new proof or batch of proofs.”

Opens a new proof, or a batch of proofs at once, straight from your scenario. Files coming from another app go to review without anyone uploading them by hand.

When to use it
when a request form or a delivery folder should kick off a review the moment a file is ready.
Watch out
Make classes it as a search, so a batch comes back as several bundles, each one running the modules after it.
Ziflow13

List comments

Search

In Make“Returns comments made on the proof.”

Returns the comments left on a proof, each one as its own bundle, so feedback can travel to a report, a task list or a message. The remarks stop living in a single screen.

When to use it
when a review closes and the producer wants every remark gathered in the project file.
Watch out
several comments mean several bundles, and each following module counts one operation per comment.
Ziflow14

List contacts

Search

In Make“Retrieves a contact by their email or ID. Can also list contacts to the account using pagination. Does not return users.”

Fetches a contact by email or ID, or pages through all contacts of the account, which helps keep external reviewers in sync with your address book.

When to use it
when you want to check that a client reviewer already exists before inviting them.
Watch out
this module does not return users of your own account; for teammates, List users is the right choice.
Ziflow15

Lists proofs

Search

In Make“Get a specific proofs by ID or a general paginated list of proofs. Proofs are sorted from the most recent to oldest.”

Returns one proof by ID or a paged list of proofs, newest first, so a scenario can work through recent reviews without searching by hand.

When to use it
when a status report should start from the latest proofs of the account.
Watch out
the list is sorted from most recent to oldest, so the proofs you need may sit on a later page if many were created since.
Ziflow16

List users

Search

In Make“Retrieves a user by their email or ID. Can also list users to the account using pagination.”

Finds a user of your Ziflow account by email or ID, or lists all users page by page. Internal reviewers become easy to pick in later modules.

When to use it
when HR adds a new designer and you want to confirm that person has a Ziflow seat before routing reviews.
Watch out
external people are contacts, not users, so look them up with List contacts instead.
Ziflow17

List webhooks

Search

In Make“Returns a list of current webhook subscriptions. Can also get a specific webhook by ID.”

Shows the webhook subscriptions active on your account, or a single one by ID. It gives a clear view of what Ziflow is currently sending out to Make and other tools.

When to use it
when an instant scenario stays silent and you want to see whether its subscription still exists.
Watch out
it only reads the list and changes nothing, so it is a check, not a repair.
Ziflow18

Search folders

Search

In Make“Lists folder information with the given ID. Lists all root folders if empty.”

Returns the information of a folder by its ID, and when you leave the ID empty it lists every root folder. It is the easy way to find where proofs should go.

When to use it
before Create a folder, to see whether the client already has a space.
Watch out
an empty ID gives all root folders as separate bundles, which multiplies the operations downstream.
Ziflow19

Search proofs

Search

In Make“Allows to search for proofs based on given criteria.”

Looks for proofs that match the criteria you set, so the scenario can act on exactly the reviews that matter. It is the entry point before most updates and deletions.

When to use it
when a campaign is cancelled and all its proofs need an update or a cleanup.
Watch out
a search can return zero, one or many proofs, and every match runs the modules that follow.
Need help

Need help automating Ziflow with Make?

A person reads every message.

FAQ

Ziflow and Make: common questions

01Is the Ziflow Make integration free?
Yes, Ziflow is a standard app in Make, available from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) lower the interval to 1 minute, remove the cap on active scenarios and count usage in credits, meaning operations, each month. Your Ziflow subscription is separate and managed on the Ziflow side.
02What do you need to connect Ziflow to Make?
You need an active Ziflow account and its API key. In Ziflow, go to Settings, choose API in the menu and copy the key shown on screen. In Make, add a Ziflow module, click Create a connection, optionally give it a name and paste the key. For the Watch webhook trigger, click Create a webhook first and then Create a connection. The same connection then serves all 20 Ziflow modules in every scenario you build.
03Does the Ziflow trigger react in real time?
Yes. Watch webhook is an instant trigger: Ziflow calls Make through a webhook as soon as activity happens, and the scenario starts without waiting for a schedule. That is the lightning badge you see on the module in the editor. The 15 minute default schedule only applies to scheduled triggers, so it does not slow this one down. Other Ziflow modules are actions and searches, which run when the scenario reaches them.
04What if a Ziflow module is missing in Make?
Use Make an API call. It reaches any endpoint of the Ziflow API with the connection you already have, so a feature absent from the 20 listed modules can still be used in the same scenario. You write the request yourself with the Ziflow API reference at hand, then check the answer with Run once. The Make documentation for Ziflow does not list any specific limit, and for vendor questions the doc points you to Ziflow directly.
05Should you use Make or n8n with Ziflow?
It depends on where your automations already live. Make offers a native Ziflow app with 20 modules, an instant webhook trigger and a Make an API call module for the rest, all built visually in one editor. Ziflow often has an n8n node as well. If your team already runs its workflows in one of the two tools, keeping Ziflow there is usually the simplest path, and the comparison page linked above sets the two side by side.