Skip to main content

Publish a social media post with Swonkie

Workflow preview

Workflow preview
100%
Publish a social media post with Swonkie preview
Open on n8n.io

1. Workflow Overview

What this workflow does Automate publishing social media posts through the Swonkie Public API . Given a media file URL, a caption, and a target profile, this workflow handles the full end to end...

Best for

  • Social Media automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.switch, n8n-nodes-base.if, n8n-nodes-base.stopanderror

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Swonkie.

Original n8n.io source

1.1 Workflow description

Title
Publish a social media post with Swonkie
Workflow name
Publish a social media post with Swonkie

🚀 What this workflow does

Automate publishing social media posts through the Swonkie Public API. Given a media file URL, a caption, and a target profile, this workflow handles the full end-to-end flow: uploading the media, creating the post, validating it against platform rules, and publishing or scheduling it, all without touching the Swonkie dashboard.

Use this as a starting point to connect Swonkie to any other tool in n8n: trigger posts from a CMS, a spreadsheet, a form submission, an AI agent, or any other data source.

⚙️ How it works

  • Registers the media file in Swonkie's media library and uploads the binary directly to Azure Blob Storage using a signed upload URL
  • Polls the media processing status every 3 seconds until Swonkie confirms the file is ready (SUCCESS) or stops with an error if processing fails
  • Creates a new post with the uploaded media, caption, and target social profile
  • Validates the post against Swonkie's network rules (caption length, media format, profile connection) before publishing
  • Changes the post stage to publishNow (publishes immediately) or schedule

🛠️ Set up steps

  • Sign up at swonkie.dev and connect at least one social media profile
  • Go to app.swonkie.com/settings/workspace/public-api to get your App ID and API Key
  • Get your Profile ID from the Swonkie API (GET /profiles) or the dashboard
  • Open the Configure node and fill in: apiId, apiKey, profileId, caption, stage, mediaUrl and mediaName
  • Run the workflow

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky - Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky - Setup

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky - Media Upload

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky - Post Publishing

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky - Error Handling

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Start

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 7 - Configure

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Create Media Entry

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Download & Attach Binary

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Upload File to Blob

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 11 - Confirm Upload

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 12 - Wait for Processing

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 13 - Check Media Status

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 14 - Media Ready?

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 15 - Create Post

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 16 - Validate Post

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 17 - Post Valid?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 18 - Change Stage

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 19 - Post Published

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 20 - Media Processing Failed

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 21 - Validation Failed

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 22 - Sticky - Media Upload1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky - Post Publishing1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky - Post Publishing2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 25 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Publish a social media post with Swonkie
Complexity advanced
Nodes 25
Categories Social Media
Author Swonkie
Published 13 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14024/14024.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Publish a social media post with Swonkie do?

What this workflow does Automate publishing social media posts through the Swonkie Public API . Given a media file URL, a caption, and a target profile, this workflow handles the full end to end...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.