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 cadence | Recurrence |
| Auto-post from an external feed | RSS feeds (this page) |
| Reply to comments by keyword | Comment automation |
| Have an AI plan and draft for you | AI agents |
| Push events to your own backend | Outbound webhooks |
| Glue triggers to actions in-app | Automation plugs (this page) |
Related
- Recurrence — repeating posts.
- Webhooks — outbound integrations.