The system status announcement does not update automatically based on service status. Update it manually in Share significant news when needed.
Explore documentation
Status announcement
Share important updates manually using the system status announcement. This displays a persistent message on your status page regardless of incident status.
- Go to Status pages → select your status page → Settings → Advanced settings.
- Navigate to Share significant news and enter your announcement.
- Check Notify your subscribers about the update to send notifications.
- Click Save changes.
Remove the announcement by clearing the text field and saving.
When to use system announcements
Use system status announcements for:
- Scheduled maintenance - Inform users about upcoming planned downtime
- Major updates - Share news about significant feature releases
- Service changes - Announce changes to service availability or features
- General notices - Communicate important information not tied to incidents
System announcements appear on your status page until you manually remove them. For automatic incident-based notifications, use the embeddable status badge instead.
Embed the announcement on your site
Embed real-time status announcements directly on your website. The announcement stays hidden and only appears when you publish a status page announcement, keeping your users informed.
- Go to Status pages → select your status page → Advanced settings.
- Navigate to Embed the announcement into your site.
- Copy the provided
<script>tag. - Add the script before the closing
</body>tag on your site. - Click Save changes.
The embedded announcement remains hidden by default and does not affect your site's performance. It automatically appears when incidents occur and disappears when they're resolved.
Set a target URL
Direct users to your full status page or incident details:
- In Embed the announcement into your site, find Target URL.
- Enter the URL where users should go when clicking the announcement.
- Click Save changes.
Leave this empty to make the announcement non-clickable.
Customize the announcement design
Tailor the announcement's appearance to match your brand using custom CSS.
- In Embed the announcement into your site, find Custom CSS.
- Add your CSS rules to override the default styles.
- Click Save changes.
The announcement updates immediately with your custom styles.
Quick customization with CSS variables
The easiest way to customize the announcement is using CSS variables:
This changes the background to blue, text to white, and increases vertical padding.
Moving announcement to bottom
CSS customization examples
Default styling reference
The embedded announcement uses these default styles and CSS variables:
You can override these styles or use CSS variables for easier customization.
Minimal and elegant
A clean, understated design that doesn't distract from your content:
Bold and attention-grabbing
Make sure critical incidents get noticed immediately:
Bottom notification bar
Position the announcement at the bottom instead of the top:
Rounded corner badge
A modern, card-like appearance positioned in the corner:
CSS customization tips
- Match your brand - Use your brand colors and typography
- Ensure readability - Maintain sufficient contrast between text and background
- Test responsiveness - Verify the announcement works on mobile devices
- Avoid blocking content - Position carefully to avoid covering critical UI elements
- Use animations sparingly - Subtle transitions are better than distracting effects
- Consider accessibility - Ensure sufficient color contrast and font sizes.