n8n

The n8n-nodes-automate10x community package adds an Automate10x node (publish, generate, visuals, sources, webhooks) and an Automate10x Trigger that starts a workflow on signed events — for no-code and agent automations.

Install

In n8n: Settings → Community Nodes → Install, then enter:

n8n-nodes-automate10x

Or, for a self-hosted instance:

npm install n8n-nodes-automate10x

Credentials

Create an Automate10x API credential:

The credential test calls GET /api/v2/accounts — a green check means auth works.

The Automate10x node

Resource → Operation pairs. The Publish operation uses live dropdowns (resource-locator) for the account and its channel, populated from your connected accounts.

Account → ListConnected accounts with their ids.
Post → PublishMulti-destination publish. Pick the account (and page/board/playlist) from live dropdowns — no ids to paste.
Post → ScheduleLegacy single-account schedule (prefer Publish).
Post → List Scheduled / List PublishedBrowse queued and published posts.
Generate → RunLLM-generate platform-native copy for a platform.
Capabilities → GetPer-platform limits + your accounts' channel ids.
Visual → CreateGenerate a quote_card / slideshow / carousel as a job.
Webhook → Create / ListManage signed-event subscriptions.

Automate10x Trigger

A trigger node that starts a workflow when Automate10x emits an event. On activation it registers the n8n webhook URL with the API and stores the signing secret; on each delivery it verifies the Stripe-style X-Automate10x-Signaturebefore emitting — tampered or unsigned deliveries don't run the workflow.

Select any of the events:

post.published · post.failed · job.completed · source.resolved · visual.ready · account.disconnected

Templates

Three starter workflows ship with the package (import the JSON, set your credential):

Publish a postManual trigger → Automate10x Publish. Pick an account, type the text, run.
Generate then publishGenerate platform copy → Publish the first variant to a connected account.
React to a published postAutomate10x Trigger (post.published / post.failed) → do something with the event (Slack, a sheet, …).

Browse the templates on GitHub →

← Back to all docs · prefer code? See the MCP guide or the API reference.