workflows.fit
Back to n8n workflows
n8n templateFreeBy Gilbert Onyebuchi

Design and post LinkedIn content with AI captions and custom templates

This workflow leverages n8n to automate LinkedIn content creation from start to finish. Upload an image and quote through a web form, and get a professionally designed post with AI-generated captions, ready to publish...

MarketingCore NodesDevelopmentCommunicationUtilityWebhookCodeHttp Request
Loading interactive preview...

Template notes

This workflow leverages n8n to automate LinkedIn content creation from start to finish. Upload an image and quote through a web form, and get a professionally designed post with AI-generated captions, ready to publish in seconds.

Features Randomly selects from 6 professional design templates for visual variety Converts HTML designs to high-quality images (90-95% JPEG quality) Generates engaging captions using OpenAI's GPT models Built-in caption editor for customization before posting Direct publishing to LinkedIn profiles or company pages Auto-compresses images for optimal LinkedIn upload

Prerequisites 1. N8N Instance: A running n8n instance (cloud or self-hosted) 2. OpenAI API: Active account with API access for caption generation 3. LinkedIn Account: Profile or company page with API access 4. Image Conversion API: HTML CSS to Image account 5. Web Hosting: Platform to host the web form (Netlify, Vercel, or custom server)

Setup Instructions

1. Deploy Web Form Download the provided web form template Host on your preferred platform Copy both webhook URLs from your n8n workflow Update form's webhook endpoints with your n8n URLs

2. Configure Image Conversion

Sign up at [htmlcsstoimage.com](https://htmlcsstoimage.com/) Get your API credentials (User ID + API Key) Add to HTTP Request node as Basic Auth credentials

3. Connect OpenAI API Create API key at [OpenAI Platform](https://platform.openai.com/settings/) In the ChatGPT HTTP Request node, add Header parameter: Key: Authorization Value: Bearer YOURAPIKEY Recommended model: gpt-4 or gpt-3.5-turbo