Update components. You can connect this feed to an automation tool like Zapier or Make to send email notifications whenever you publish a new changelog entry.
Prerequisites
- A Mintlify changelog page with
Updatecomponents - A Zapier or Make account (free tiers available)
- An email service or mailing list (Mailchimp, SendGrid, or the built-in email options in Zapier/Make)
Find your RSS feed URL
Your RSS feed URL is your changelog page URL with/rss.xml appended. For example, if your changelog is at https://docs.example.com/changelog, your RSS feed is at:
Set up email notifications
- Zapier
- Make
Zapier connects your RSS feed to an email action with a simple two-step automation.
Create a new Zap
- Log in to Zapier and click Create.
- Select Zaps to start a new automation.
Set up the RSS trigger
- Search for RSS by Zapier as your trigger app.
- Select New Item in Feed as the trigger event.
- Paste your RSS feed URL (for example,
https://docs.example.com/changelog/rss.xml) into the Feed URL field. - Click Test trigger to confirm Zapier can read your feed.
Set up the email action
Choose one of these options:Option A: Send a simple email notification
- Search for Email by Zapier as your action app.
- Select Send Outbound Email as the action event.
- Fill in the email fields:
- To: The recipient email address (or a distribution list)
- Subject: Use the RSS item title from the trigger data, for example:
New update: {{title}} - Body: Use the RSS item description or link, for example:
We just published a new update. Read it here: {{link}}
- Search for Mailchimp as your action app.
- Select Send Campaign as the action event.
- Connect your Mailchimp account and select your audience.
- Map the RSS item title and link to your email template fields.
Test your setup
- Add a new
Updatecomponent to your changelog page and deploy the change. - Wait for the automation tool to check your feed (or trigger a manual run).
- Confirm the email arrives with the correct content.
RSS feed entries contain plain Markdown only. Components, code blocks, and HTML elements are excluded. Use the
rss property on your Update components to provide alternative text for subscribers. See subscribable changelogs for details.Alternative tools
Other automation platforms that support RSS-to-email workflows:| Tool | Description |
|---|---|
| IFTTT | Simple RSS-to-email applets with a free tier |
| Mailchimp RSS campaigns | Native RSS-to-email feature within Mailchimp |
| n8n | Self-hosted or cloud automation with RSS and email nodes |
| Buttondown | Newsletter tool with built-in RSS feed import |