Block 1 - On form submission
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
This Workflow streamlines the process of publishing posts ( image or video ) to multiple social media platforms using a unified form and a third party API service called Upload Post. The automation...
n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.form, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.switch, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceThis Workflow streamlines the process of publishing posts (image or video) to multiple social media platforms using a unified form and a third-party API service called Upload-Post.
The automation starts with a form trigger, allowing users to submit content (text and media) through a simple frontend interface. Users select the platform (Instagram, LinkedIn, Facebook, X, TikTok, Threads), choose the profile name, write a caption, and upload a photo or video.
Automates cross-platform social media posting via Upload-Post, handling both images (JPEG) and videos (MP4). Here’s the process:
Trigger:
Routing:
upload_photos API). upload API).API Integration:
Success/Failure Handling:
API Authentication:
Post photo/Post video), set the Authorization header: Name: Authorization Value: Apikey YOUR_API_KEY_HERE.Form Customization:
.jpg, .mp4).Account Mapping:
test1, test2).Facebook Page Integration:
Testing:
Contact me for consulting and support or add me on Linkedin.
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.
| Workflow | Publish image & video to multiple social media (X, Instagram, Facebook and more) |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Social Media |
| Author | Davide |
| Published | 23 Apr 2025 |
Use the JSON export at /data/workflows/3669/3669.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This Workflow streamlines the process of publishing posts ( image or video ) to multiple social media platforms using a unified form and a third party API service called Upload Post. The automation...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.