onlysocial

This is an n8n community node. It lets you use OnlySocial in your n8n workflows.

Package Information

Downloads: 2 weekly / 18 monthly
Latest Version: 1.0.2
Author: OnlySocial

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)

  1. Go to Settings -> Community Nodes in your n8n instance.
  2. Click Install.
  3. Enter n8n-nodes-onlysocial as the package name.
  4. 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

  1. Generate an access token in OnlySocial:
    • Open your OnlySocial app.
    • Go to user menu -> Access Tokens.
    • Create and copy a token.
  2. In n8n, create OnlySocial API credentials and set:
    • OnlySocial URL: https://app.onlysocial.io/os
    • Access Token: your bearer token

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

Discussion