Skip to main content

RSS & automation plugs

Beyond agents and comment automation, post.buzz has two rule-based systems for keeping content flowing without manual work: RSS feeds and automation plugs.

RSS feeds

Connect an RSS or Atom feed and post.buzz will watch it for new items. When a new item appears, it can be turned into a post automatically.

  • Feed source — the feed URL.
  • Destination — which account(s) receive the auto-post.
  • Captioning — items can be captioned automatically by the AI backend, so you get platform-appropriate text instead of a raw feed title.

Typical uses: syndicating a blog, auto-posting podcast episodes, or mirroring a company news feed to social. Each ingested item is stored as an rss_item so you can see what's been posted and avoid duplicates.

Automation plugs

Plugs are configurable rules that connect triggers to actions across the product — a lightweight way to glue surfaces together without writing code. They share the same boundaries as everything else (plan limits, platform limits, posting gaps).

Outbound webhooks

When you need post.buzz events in your own system, configure an outbound webhook. post.buzz will POST event payloads to your endpoint and record each delivery (with status) so you can audit and retry. This is the integration point for piping publish events, analytics, or inbox activity into external tools.

Choosing the right tool

If you want to…Use
Repeat evergreen content on a cadenceRecurrence
Auto-post from an external feedRSS feeds (this page)
Reply to comments by keywordComment automation
Have an AI plan and draft for youAI agents
Push events to your own backendOutbound webhooks
Glue triggers to actions in-appAutomation plugs (this page)