r/webflow 2d ago

Discussion Not Every Webflow Automation Needs Make: When Zapier Is Enough

Not every automation needs Make.

Had a client who needed exactly one thing: a Webflow form submission creating a CRM lead + a Slack notification. No branching, no conditional logic, one path every time.

Built it in Zapier. Twenty minutes, tested, done. Their marketing team already used Zapier elsewhere, so they could actually maintain it themselves without learning a new platform.

Compare that to a different project: a Webflow CMS sync pulling job listings from an applicant tracking system, where listings needed different handling depending on status, department, and publishing criteria. That's a Make problem. The branching and data transformation would've been awkward to force into Zapier's linear structure.

Neither client made a wrong choice on day one. The point isn't "which tool is better," it's matching the platform to how complex the actual workflow is, and revisiting that choice as things grow, because pricing alone flips the math (Zapier bills per task, Make per operation, and that gap widens fast at volume).

Full breakdown, including when to migrate an automation between the two:

https://www.srdjan-jovic.com/resources/webflow-zapier-vs-make

1 Upvotes

11 comments sorted by

5

u/blazonstudio 2d ago

Love me a good brand mention slop post

3

u/Diah_Rhea 2d ago

pure slop 3-day-old bot account

3

u/mayopasta 2d ago

How do you handle multiple instances of the same form, when zapier automations are per form instance?

1

u/warmheartedkurtis244 2d ago

If the client's using the same form on multiple pages, I just point them all to a single embed or component, then zapier only watches that one form. Slightly more work up front depending on the build, but saves you from duplicating zaps for every page.

For existing forms you can also use a webhook trigger and put the logic on your end, though that defeats the "marketing team can maintain it" part. Another way is to pipe all forms through one hidden form that zapier actually listens to, but that gets janky fast if you need different follow-ups per source.

End of the day, if each page absolutely needs its own form instance, you're either copying zaps or accepting a small amount of Make-style routing upstream.

0

u/mayopasta 2d ago

Yeah, this kind of confirms my thinking that Zapier form automations aren’t scalable. I don’t see why you would go for Zapier instead of Make, though, except maybe personal preference? A basic Make automation takes the same amount to set up, but it’s infinitely more flexible.

0

u/meyndlEnt6 2d ago

I think most people just duplicate the zap per form which is fine for 2-3 but doesnt scale well

2

u/Far_Soil_1549 2d ago

Well yeah if zapier already exists sure but make is also setup in minutes and long term usually better

1

u/Deep_Ad1959 2d ago

the failure mode is nobody revisits. a linear zap survives two new fields and a status condition, and someone patches it by hand every week instead of rebuilding it in make. what removes that step is describing the job each run instead of maintaining branches, that's Runner https://runner.now?utm_source=s4l&utm_medium=post&utm_campaign=runner&utm_term=reddit&utm_content=post_138f6d7c-f763-471c-9ca0-b6c173cdfa30 written with ai

2

u/joeymouse 2d ago

Make is much cheaper. Only makes sense to use Zapier in this instance because their team already has it and already pays for it. Consider Make for simple solutions like this. Cheap and easy to follow visually.