Quick Overview
This workflow reads a blog RSS feed, downloads each article’s featured image, uploads it to Posta, and creates and schedules a social media post to connected accounts with the article text and hashtags.
How it works
- Runs when you manually execute the workflow.
- Fetches items from an RSS feed URL.
- Downloads each item’s enclosure image via HTTP and uploads the file to Posta as media.
- Combines the uploaded Posta media ID with the RSS item content and metadata.
- Creates a draft social post in Posta for a specified social account, using the article content as the caption, categories as hashtags, and the RSS title for the LinkedIn document title.
- Schedules the created Posta post to publish at the configured date and time.
Setup
- Create a Posta account, connect your social media profiles in Posta, and add your Posta API credentials in n8n.
- Run the workflow once to list your connected Posta social accounts and copy the target socialAccountId(s) into the post creation step.
- Update the RSS feed URL and ensure your feed provides an enclosure image URL and content fields that match the workflow’s mappings.
- Set the desired scheduled publish timestamp in the scheduling step (or change it to publish immediately if preferred).