# n8n

n8n is a workflow automation platform that lets you connect apps, APIs, and AI tools into automated pipelines — with or without code. This guide shows how to route your n8n HTTP requests through GoProxies.

#### Requirements

Before getting started, ensure that:

* No other VPN or proxies are active.
* You have your GoProxies endpoint ready, e.g. `proxy.goproxies.com:1080`
* Your GoProxies subuser (also called API User) username and password.

#### Proxy Setup

1. Create an account and log into [n8n](https://n8n.io/).
2. Open an existing workflow or create a new one.
3. Add an **HTTP Request** node.
4. Configure the node with the URL you want to send requests to.
5. Scroll down to **Options** and find the **Proxy** field.
6. Enter your proxy in the following format:

```
http://customer-your_username_here:your_password@proxy.goproxies.com:1080
```

{% hint style="info" %}
To target a specific country, append `-country-country_abbreviation` after your username, e.g. `customer-exampleuser-country-us:your_password@proxy.goproxies.com:1080`, as covered in our [proxy parameters article](https://docs.goproxies.com/proxies/rotating-residential-proxies/proxy-parameters).
{% endhint %}

7. Click **Execute node** to run a test request.

#### Verify the Connection

Set the HTTP Request node URL to `https://ip.goproxies.com` and execute it. If the response returns an IP that reflects your proxy location, you're all set.
