---
title: "UseArticle + n8n Integration — Trigger Site Builds & Posts via Workflow"
description: "Use n8n to automate UseArticle: trigger site builds, schedule posts, and integrate with your stack."
url: "https://www.usearticle.com/integrations/n8n"
canonical: "https://www.usearticle.com/integrations/n8n"
---

# UseArticle × n8n

> Native workflow integration for n8n — trigger UseArticle from any of n8n's 400+ apps. Live page: <https://www.usearticle.com/integrations/n8n>

## What You Can Automate

- Auto-create a new affiliate site when a row is added to Airtable / Google Sheets
- Trigger a UseArticle post when a new product launches in your Shopify catalog
- Cross-post UseArticle's "post published" webhook to Slack, X, LinkedIn, or your newsletter
- Schedule bulk content runs from a CSV upload
- Pipe Google Trends keywords into UseArticle as fresh post topics

## Available API Surface

- `POST /api/sites` — create a new affiliate site
- `POST /api/sites/:id/posts` — generate and publish a post
- `POST /api/sites/:id/automations` — create a recurring automation
- Webhook events: `site.created`, `post.published`, `automation.completed`

API access is included on all paid plans.

## Get Started

1. Sign up for UseArticle: <https://app.usearticle.com/signup>
2. Generate an API key in your dashboard
3. Install the UseArticle node in n8n (or use the generic HTTP Request node)
4. Authenticate with your API key

Full guide and node docs: <https://www.usearticle.com/integrations/n8n>
