HTTP Request workflow'ları
3 sonuç — tümü kaynağa bağlı n8n referansı
Create social posts from RSS with OpenAI, LinkedIn, X, and Bluesky
Quick overview This workflow runs daily, reads the Hacker News frontpage RSS feed, uses OpenAI to extract key insights and ghostwrite social posts, then publishes the generated content to LinkedIn, X, and Bluesky. How it works Runs every day at 08:00 using a schedule trigger. Fetches the latest items from the Hacker News frontpage RSS feed and keeps only the first three articles. Prepares a clean title, content snippet, and link for each article. Sends each article to OpenAI Chat Completions (gpt-4o-mini) to extract three non-obvious insights. Sends the insights to OpenAI Chat Completions again to generate platform-specific posts (LinkedIn, X, and Bluesky) in a defined voice and JSON format. Parses and clamps the generated text to length limits and then posts to LinkedIn and X while also authenticating to Bluesky and creating a Bluesky post. Setup Add an OpenAI API credential for the two OpenAI Chat Completions HTTP requests. Add LinkedIn and X (Twitter) credentials and confirm the target posting identity/settings for each platform. Replace the Bluesky handle and app password in the Bluesky login request and ensure Bluesky app passwords are enabled for the account. (Optional) Updat
Automated Workflow for Daily LinkedIn Posts Using Notion
This workflow automates daily LinkedIn posts using Notion. It starts by fetching the day's post from a Notion database, processes and formats the content, including images, then publishes it on LinkedIn. Finally, it updates the post status in the Notion database. Set up Notion and LinkedIn credentials as required.
Download and post an image on LinkedIn
Companion workflow for LinkedIn node docs