CONTENT CREATION

Scheduled blog RSS sweep into a daily audio digest

On a daily schedule, this crawls your blog's RSS feed for new posts, writes a single spoken digest with OpenAI, narrates it, and posts the audio link to Discord.

CategoryContent Creation
Enginesim
Difficultyintermediate
Triggerschedule
Steps6
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerDaily schedule fires
  • ActionFetch blog RSS feed and filter new postsHTTP webhook
  • LogicIf no new posts, exit; else continue
  • ActionDraft connected digest script with OpenAIOpenAI
  • ActionNarrate digest with ElevenLabs and store MP3 on S3ElevenLabsElevenLabs
  • OutputPost episode link and notes to DiscordDiscordDiscord

What it does

Produces one short audio digest per day covering everything new on your blog. It reads your public RSS feed, summarizes each fresh post into a tight script, stitches them into a single host-read segment, narrates it with ElevenLabs, and shares the playable file in a Discord channel for your community.

When to use it

Use it when you publish multiple posts a day and want a roundup episode instead of one episode per article. Great for newsletters-turned-podcasts and community channels that want a daily listen.

How it works

  1. 1A daily schedule fires the workflow.
  2. 2The flow fetches the blog RSS feed and filters to items published since the last run.
  3. 3If nothing new exists, the run exits quietly; otherwise OpenAI drafts a single connected digest script.
  4. 4ElevenLabs narrates the digest into an MP3 stored on S3.
  5. 5The episode link and show notes are posted to your Discord channel.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect HTTP webhookTrigger any URL on agent actions.
  2. 2
    Connect OpenAIModels, embeddings, files.
  3. 3
    Connect ElevenLabsText-to-speech, voice cloning.
  4. 4
    Connect AWS S3Buckets, objects, signed URLs.
  5. 5
    Connect DiscordCommunity channels + voice + bots.
  6. 6
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  7. 7
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  8. 8
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.