Block 1 - Form Submission Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Quick overview This workflow uses an n8n Form trigger and the X (Twitter) API to publish a text only post or a post with a single uploaded image, then returns a success/error payload including the ...
n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.manualtrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jesse Lane.
Original n8n.io sourceThis workflow uses an n8n Form trigger and the X (Twitter) API to publish a text-only post or a post with a single uploaded image, then returns a success/error payload including the resulting tweet URL.
POST /2/tweets endpoint.POST /2/media/upload, extracts the returned media ID, and creates the post with that media attached via POST /2/tweets.tweet.read tweet.write users.read offline.access media.write and apply it to all X HTTP requests in the workflow.x-content-scheduler-free and use it to open the “Post to X” form for publishing.GET /2/users/me to confirm the credential is connected to the correct X account.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.
Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.
| Workflow | Post text and images to X using a simple form trigger |
|---|---|
| Complexity | advanced |
| Nodes | 29 |
| Categories | Social Media |
| Author | Jesse Lane |
| Published | 21 May 2026 |
Use the JSON export at /data/workflows/15899/15899.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.
Quick overview This workflow uses an n8n Form trigger and the X (Twitter) API to publish a text only post or a post with a single uploaded image, then returns a success/error payload including the ...
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.