Package Information
Downloads: 2 weekly / 18 monthly
Latest Version: 1.0.2
Author: OnlySocial
Available Nodes
Documentation
n8n-nodes-onlysocial
This is an n8n community node that lets you integrate OnlySocial with your n8n workflows.
OnlySocial is a social media management platform for planning, scheduling, and publishing content across multiple social networks.
n8n is a workflow automation platform.
Installation
Automatic - from n8n UI (recommended)
- Go to Settings -> Community Nodes in your n8n instance.
- Click Install.
- Enter
n8n-nodes-onlysocialas the package name. - Click Install.
Manual - command line
Install in your custom nodes folder:
mkdir -p ~/.n8n/custom
cd ~/.n8n/custom
npm init -y
npm install n8n-nodes-onlysocial
Restart n8n after installation.
Supported resources and operations
Posts
- Create
- Get
- Get Many
- Update
- Delete
- Delete Bulk
- Schedule
- Add to Queue
- Approve
Accounts
- Get
- Get Many
Media
- Upload
- Get
- Get Many
- Update
- Delete
Tags
- Create
- Get
- Get Many
- Update
- Delete
Groups
- Create
- Update
- Delete
Credentials setup
- Generate an access token in OnlySocial:
- Open your OnlySocial app.
- Go to user menu -> Access Tokens.
- Create and copy a token.
- In n8n, create OnlySocial API credentials and set:
- OnlySocial URL:
https://app.onlysocial.io/os - Access Token: your bearer token
- OnlySocial URL:
API documentation:
Workspace UUID
Most operations require a workspace UUID and use endpoints in this format:
https://app.onlysocial.io/os/api/{workspaceUuid}/...
Development
npm install
npm run build
npm run lint
License
MIT