See llms.txt for all machine-readable content.

Back to Templates

Create multi-angle LinkedIn and Instagram carousels from RSS with Gemini and PostNitro

Created by

Created by: Muneeb Awan || muneebawan
Muneeb Awan

Last update

Last update 7 days ago

Categories

Share


Quick overview

This workflow monitors the TechCrunch RSS feed, uses Google Gemini to generate three distinct LinkedIn content angles per article, then uses PostNitro AI to build a carousel design and schedule matching draft posts for LinkedIn and Instagram, sending Gmail notifications for successes and failures.

How it works

  1. Polls the TechCrunch RSS feed every minute for newly published articles.
  2. Sends each article’s title, snippet, and URL to Google Gemini to generate three audience-specific content angles with hooks as structured JSON.
  3. Splits the three angles into individual items and limits how many angles are processed per execution.
  4. For each angle, uses PostNitro AI to generate a carousel design from the article URL.
  5. Creates two PostNitro scheduled-post drafts for the generated design: a LinkedIn document post and an Instagram carousel post, both scheduled for one day later and using the angle hook as the caption.
  6. If both drafts are created, emails a Gmail confirmation with the angle details and scheduled statuses; if generation fails, emails an error report with the article link and failed angle.

Setup

  1. Add a Google Gemini (PaLM) API credential and ensure it is selected for the AI step.
  2. Add a PostNitro API credential, then set your PostNitro brandId, presetId, templateId, and the target LinkedIn/Instagram account IDs in the two scheduled-post steps.
  3. Add a Gmail OAuth2 credential and update the recipient email address(es) for success and failure notifications.
  4. Update the RSS feed URL and polling frequency if you want to monitor a different publication or reduce run frequency.
  5. Adjust the scheduled time offset (currently “now + 1 day”) and platform settings if you want different posting times or formats.