FeedPress is an RSS feed hosting service. Outpost integrates with FeedPress to give every paid subscriber a unique, private RSS feed URL they can plug into their feed reader. No public paywalled feed: each member gets their own URL, and access ends when their subscription ends.Documentation Index
Fetch the complete documentation index at: https://documentation.outpost.pub/llms.txt
Use this file to discover all available pages before exploring further.
How it works
- Outpost connects to FeedPress using your API key.
- When a member becomes a paid subscriber, Outpost generates a unique private feed URL on FeedPress for them.
- The private URL is stored on the member’s record (
MemberMeta::PRIVATE_FEED) and exposed to your email templates via the%PRIVATE_RSS_FEED_URL%merge tag. - The welcome email — and any subsequent autoresponder template that uses the merge tag — sends each paying member their personal feed URL.
- When a subscription ends, the private URL stops resolving.
Setup
Generate a FeedPress API key
In FeedPress, go to Account → API and generate an API key with access to feed management.
Connect FeedPress in Outpost
Go to the FeedPress integration in Outpost and enter your API key plus the feed ID you want to manage.
Merge tag
| Tag | Inserts |
|---|---|
%PRIVATE_RSS_FEED_URL% | The current paid member’s unique private FeedPress URL. Renders as a clickable link in HTML emails. |
FeedPress vs. podcast integrations
| FeedPress | Transistor / Megaphone / etc. | |
|---|---|---|
| Purpose | Per-member private RSS for written content | Private podcast feeds for paid members |
| Content type | Written articles | Audio episodes |
| Access control | Unique URL per paying member | Unique URL per paying member |
Related features
Email Flows
Add the
%PRIVATE_RSS_FEED_URL% merge tag to your welcome and renewal templates.Stripe Integration
Subscription state in Stripe drives whether a member’s private feed remains active.
FAQ
Do free members get a feed URL?
Do free members get a feed URL?
No. Private FeedPress URLs are generated when a member becomes a paid subscriber.
What happens to a member's feed when they cancel?
What happens to a member's feed when they cancel?
The private URL stops resolving once the subscription ends, so the feed reader simply stops getting new content.
Can a paid subscriber share their feed URL?
Can a paid subscriber share their feed URL?
What email gets the FeedPress URL by default?
What email gets the FeedPress URL by default?
Outpost ships templates that include the
%PRIVATE_RSS_FEED_URL% tag in the paid welcome email. Audit your own templates to be sure the tag is present where you want the URL to appear.
