I’m in the process of deploying workflows on n8n Cloud (not self-hosted), and I need to call a few of our in-house/internal APIs from within these workflows.
The catch is, our in-house APIs require IP whitelisting before they can be accessed externally.
Is there a way to get a list of static IP addresses or IP ranges used by n8n Cloud so that I can whitelist them on our API gateway?
Would appreciate any guidance on best practices for this setup, or alternative approaches (e.g., tunneling, VPN, proxy) if static IPs aren’t available.
Since n8n Cloud operates in a dynamic cloud provider environment and doesn’t offer static source IPs, it’s been a bit challenging to get this whitelisted internally due to compliance requirements.
That said, we’re still working on it and will share any updates here if we make progress. In the meantime, I’m also exploring possible workarounds.