⚙️ Fetch the public IP addresses of your n8n instance

1,315 views · ⚙️ DevOps & CI/CD

Description

Why

If you need to use n8n to connect to service providers of yours, some of which happen to rely on firewall white-listing as part of their access control, you’ll need to determine or verify the public IP addresses of your n8n instance(s).

How does it work

How to set it up

example invocation

$ curl -H "api-key: super-long-api-token" http://localhost:5678/webhook-test/4879bc79-d6f8-48df-bfe4-613366c7f399
["88.88.88.66", "88.88.88.88"]

🔗 Nodes Used

HTTP Request, Webhook

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup