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.
AI Powered LinkedIn Post Generator with Automated Image Creation Overview Transform any topic into professional LinkedIn posts with AI generated content and custom images! This workflow autom...
n8n-nodes-base.formtrigger, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.code, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.wait
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Naitik Joshi.
Original n8n.io sourceTransform any topic into professional LinkedIn posts with AI-generated content and custom images! This workflow automates the entire process from topic input to published LinkedIn post, including professional image generation using Google's Imagen 4 API.
You'll need to create a LinkedIn app with the following OAuth 2.0 scopes:
Steps to get LinkedIn credentials:
Required GCP Services to Enable:
Steps to get GCP token:
gcloud auth logingcloud config set project YOUR_PROJECT_IDgcloud auth print-access-token> π‘ Note: The access token expires after 1 hour. For production use, consider using service account credentials.
graph LR
A[π Form Trigger] --> B[πΊοΈ Mapper]
B --> C[π€ AI Agent]
C --> D[π― Normalizer]
D --> E[πΌοΈ Text to Image]
E --> F[π€ Register Upload]
F --> G[π Binary Converter]
G --> H[β¬οΈ Upload Image]
H --> I[π Content Curator]
I --> J[β³ Wait]
J --> K[π Publish to LinkedIn]
The workflow uses Google Imagen 4 with these parameters:
The AI generates content in this JSON structure:
{
"post_content": {
"text": "Your engaging LinkedIn post content with hashtags"
},
"image_prompt": {
"description": "Professional image generation prompt"
}
}
POST /v2/assets?action=registerUpload - Register image uploadPOST /v2/ugcPosts - Create LinkedIn postCommon Issues:
π¬ Need Help? Join the n8n community forum or check the troubleshooting section above!
π Found this useful? Give it a star and share your improvements with the community!
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 25 workflow blocks. Download the JSON for the full node graph.
| Workflow | Generate LinkedIn posts with Gemini content & Imagen images for instant publishing |
|---|---|
| Complexity | advanced |
| Nodes | 25 |
| Categories | Content Creation, Multimodal AI |
| Author | Naitik Joshi |
| Published | 01 Aug 2025 |
Use the JSON export at /data/workflows/6772/6772.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.
AI Powered LinkedIn Post Generator with Automated Image Creation Overview Transform any topic into professional LinkedIn posts with AI generated content and custom images! This workflow autom...
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 Content Creation, Multimodal AI use case.