Discussions

Ask a Question
Back to All

Make Integration

Hi team,

I'm currently trying to connect ClickFunnels 2.0 to Make (formerly Integromat) using both the API Key and OAuth (via Developer Portal app), and I'm running into some issues.

Here’s what’s happening:

When I try to connect via OAuth, the flow fails at the authorization stage (before Make receives the token). I’ve triple-checked my Client ID, Client Secret, Redirect URI, and scopes.

When I use the API Key instead, I get the following error when calling basic endpoints like Create Contact or List Funnels:

Not found: No such route

I’ve already contacted Make’s support, and they suspect the issue is on ClickFunnels' side — possibly with the Developer Portal or the exposed API routes.

Can you confirm:

Is the ClickFunnels 2.0 OAuth flow currently functional with third-party apps?

Are the routes (like Create Contact or List Funnels) active and stable when using API Key?

Is there updated documentation or a recommended method for connecting ClickFunnels 2.0 to Make/Zapier via API?

Any help would be greatly appreciated — I’m building a real-time automation workflow and currently stuck at the authentication step.

Thanks in advance!

Xavier

Admin(edited)

Hey Xavier,

Happy to see you on the CF API board and sorry that you are experiencing issues!

Our OAuth flow is fully functional with the docs being up to date and is continuously (re-)tested. Are you getting any error in the authorization step we could look at? Happy to learn more about it and what case you try to solve there with OAuth. Just logging in to ClickFunnels?

It would also be unusual that you get a "No such route" response for a valid request. Most probably something is off with your route. But we'll be able to help you best if you can share the full HTTP request you are doing with us. You can do so pinging our support to keep your data private if you need to. For example, if you do a request in Postman, you can copy it from here:

In other words, anything you will find in the OAuth Flow and Getting Started guides here in the dev hub is up to date and should get you started. If not, we'll need more details about the exact requests/responses that are happening on your hand.

Best,

Rich

Hello Rich, i did a loom video to show you exactly what i have when i want to link, Make to Clickfunnels 2.0

https://www.loom.com/share/3fd89d1a0965446182c106fd562291fe?sid=4d58cf30-a9cb-4653-89c8-b6b4f9f48fe3

Admin(edited)

Hey Xavier,

I'm not seeing your exact redirect_uri, but please check out this short video of me walking through the flow today:

https://www.loom.com/share/5f4f81ae98f2479aa77fb0ae9b8800b5?sid=060f07ed-10a4-44c0-83d6-4b0b4762da04

Hi Rich,

Thanks again for your help — I wanted to let you know that the OAuth connection is now working perfectly after updating the redirect URI in the Developer App. 🙌

Now that authentication is working, I’m trying to create a webhook or make requests via the API (from Make), but I’m struggling to identify the correct Page ID and/or Funnel ID to use in the API calls (e.g., to watch “contact.created” events).

To clarify what I’ve tried and where I’m blocked, I recorded a short Loom video showing the full setup and the issue I’m facing:

👉 https://www.loom.com/share/d88a66f8d40d4fe7b2c32c8070646004?sid=c3cb00d7-5e67-4517-9c59-d58011814ea4

Could you help me understand:

How to retrieve the correct Page ID or Funnel ID for a given page in ClickFunnels 2.0?

Which identifier (id, public_id, page_id, step_id…?) the API actually expects when creating a webhook?

Thanks again for your support — I’m almost there! 😅

Best regards,
Xavier

Admin

Hey Xavier,

Unfortunately, the implementation on the Make side is not ideal since we don't accept public_ids for the page_ids and funnel_ids arrays. There should be a dropdown that sources pages and funnels from our Page and Funnel API (it's how we do it in Zapier). The way you could do this now is identifying the page/funnel that you need from those endpoints and passing the raw ID:


A somewhat adjacent topic you might be interested in:

https://developers.myclickfunnels.com/docs/filtering-by-page

Fingers-crossed this will get you there now! 🙂🤞

Admin

You can search for a public ID though in Fetch page, though: GET api/v2/pages/DkjsdSD

Admin

You can search for a public ID though in Fetch page, though: GET api/v2/pages/DkjsdSD

Hi Rich,

Thanks a ton for your support and clear explanations!

Following your advice, I’ve confirmed that the issue was due to using public_id instead of the internal numeric id when attempting to create webhooks via the API.

Once I switched to using the correct page_id, everything started working properly. I also validated the full lead flow using ActiveCampaign as an intermediate step, and it’s now syncing perfectly with EverWebinar too.

Appreciate the heads-up about filtering with public_id using the /pages/{public_id} route — that really helped streamline the process.

Let me know if there are any plans to improve the Make integration in the future (dropdowns, direct ID mapping, etc.), that would be a big bonus.

Thanks again for your help — you saved me hours of trial and error!

All the best,
Xavier

Admin

Hey Xavier,

Big thanks for coming back and sharing your results!

I understand that this is not the optimal experience for you for you as a Make <-> ClickFunnels user. Unfortunately, we can't fix it on our end, so we probably should get together with Make to get it addressed in some way (either as help text or dropdowns).

Thank you for all the feedback, hope things go smooth for you from here on!