How subscriber notifications work
A Subscribe button appears on every public status page. When a visitor clicks it, they enter their email address and are sent a verification email. They must click the confirmation link in that email before they are added to your subscriber list. This double opt-in flow prevents spam subscriptions and ensures your notification emails reach genuinely interested recipients. Once verified, the subscriber begins receiving notifications for the monitors they selected. You can view and manage all subscribers from the dashboard.Email verification flow
1
Visitor enters their email address
The visitor clicks Subscribe on your status page, types their email address into the subscription form, and clicks Subscribe.
2
Verification email is sent
PulseGuard sends a verification email to the address provided. The email contains a unique confirmation link that expires after 24 hours.
3
Visitor confirms their subscription
The visitor clicks the confirmation link in their inbox. PulseGuard marks the email as verified and activates the subscription.
4
Subscriber starts receiving notifications
From this point on, the subscriber receives email alerts for the monitors they chose whenever an incident is created, updated, or resolved.
If a visitor does not confirm their subscription within 24 hours, the pending entry is automatically removed. The visitor can subscribe again at any time.
Per-monitor subscriptions
When subscribing, visitors can choose which monitors they want to follow rather than receiving notifications for every monitor on the page. This is particularly useful for large status pages with many services — a customer who only uses your API can subscribe to the API monitor without receiving alerts about your marketing website. Subscribers can update their monitor preferences at any time by clicking the Manage Subscription link included in every notification email.What subscribers receive
PulseGuard sends email notifications at each stage of an incident’s lifecycle:Manage subscribers from the dashboard
Go to Dashboard → Pages → your page → Subscribers to view and manage your subscriber list. From this view you can:- Search subscribers by email address.
- Remove individual subscribers — useful if a user reports receiving unwanted emails.
- Export the full subscriber list as a CSV file for CRM integrations or audits.
RSS and Atom feeds
In addition to email notifications, every status page exposes RSS and Atom feeds that users can add to any feed reader application. Feeds update within 5 minutes of a new incident or event.
Each feed item includes the incident title, affected monitor name, current status, description, and the time of last update.
Notification deliverability
PulseGuard sends subscriber emails through a dedicated transactional email provider. To maximise deliverability:- Add SPF and DKIM records for your sending domain to authenticate outbound email and reduce the chance of notifications landing in spam.
- Use a custom sending domain (e.g.,
notifications@status.yourcompany.com) so emails appear to come from your brand rather than a generic PulseGuard address. - Encourage subscribers to whitelist your notification address if they use aggressive spam filters.
Can subscribers choose their notification frequency?
Can subscribers choose their notification frequency?
Currently, subscribers receive notifications immediately when a trigger event occurs. Digest or batched notification modes are on the roadmap for a future release.
Is there a subscriber limit?
Is there a subscriber limit?
Subscriber limits depend on your plan tier. Check Settings → Billing in the dashboard to see the limit for your current plan.
Can I import subscribers from another tool?
Can I import subscribers from another tool?
Bulk import is not available in the UI today. You can use the PulseGuard API to programmatically add pre-verified subscribers. See the API reference for the
POST /api/pages/:slug/subscribers endpoint.