n8n Integration
ContentStudio provides a powerful API that allows you to automate different tasks using n8n. With this setup, you can connect ContentStudio to other tools, fetch data, and publish content programmatically.
In this article:
Getting Started with n8n and ContentStudio Workflows
Go to n8n.io, sign up for a new account and complete the setup. If you already have an account, simply log in.
Click Create Workflow from your n8n dashboard to start building your automation.
Automating Workflows with ContentStudio and n8n
You can automate a wide range of tasks with ContentStudio using n8n workflows — from pulling data to posting on social media. Here’s a simple example case that shows how to connect and publish a post through the API. For full reference, check the ContentStudio API Guide.
API Endpoints Reference
Create a Social Post with n8n
Add a Trigger
Fetch Your Workspace
cURL
from the ContentStudio API Guide – Workspace section, which will auto-fill the fields, or set them manually (enter the endpoint URL and fill in the required fields yourself).
⚠️ Warning: If you manage multiple Workspaces, confirm you’re using the right one.
Fetch Connected Social Accounts
cURL
from the API Guide or fill the fields manually.
Create a Social Media Post
cURL
from the API guide under Posts → Create a new social media post, or fill the fields manually.
Field | Description | Example |
---|---|---|
content |
Main text or caption of the post | "New blog post is live!" |
media |
Image or video URLs (optional) | ["https://img.url/1.jpg","https://img.url/2.png"] |
accounts |
Account IDs to publish the post | [12345,67890] |
scheduling |
Timing for post (draft, now, or future) | "2025-09-20T10:00:00Z" |
✅ Your post has now been sent to ContentStudio Planner. You can go there to review and manage it.
Related Articles
FAQs
scheduling
field to set draft, immediate, or a future time.
accounts
field of your request.