Webflow to n8n Error

Has anyone solved the issue with connecting Webflow to n8n?

I’m currently using a self-hosted VPS from Hostinger (not their n8n VPS). I have everything setup properly on server side but when giving Webflow credentials to n8n, n8n is able to authorize Webflow site on it’s end but Webflow is unable to authorize on it’s end giving me a “Error: Insufficient parameters for OAuth2 callback.”

For more context, n8n saves the Webflow account but won’t let me fetch the site to begin the trigger.

TLDR; has anyone sucessfully connected Webflow to n8n using VPS?

I use a VPS for n8n as well however all of the automations there are form-submission triggered, so I simply connect the Webflow form to a webhook URL as the action.

I do remember needing to do some form of OAuth from n8n for a different service ( Google drive maybe ), and it was messy, I found some n8n docs or forum posts that helped me figure out the process, there was a lot of manual hacking involved to get the OAuth chain to respond.

Yeah, webhooks seems to be the only option at this time. Thanks for your POV!

I haven’t tried it, but I don’t se any reason why you couldn’t connect Webflow’s API webhooks to your n8n webhook trigger. That skips all of the API-connect OAuth madness, but also gives you the option to use Webflow’s bot protection, etc.

Note there’s a brief delay, and it’s async so you cannot send a response back to your webpage. I often use direct webhooks so that n8n can deliver a response and then I display it in the page or take some action like auth then redirect.