Back to Tools

Notifications Settings

Development preview - test the notifications feature here before integrating.

Integration Instructions

To use this component in the settings page:

// In app/(app)/settings/page.js
import { NotificationsSettings } from '../../tools/notifications/page';

// Then in the notifications tab:
{activeTab === 'notifications' && (
  <div className="bg-white border border-gray-200 rounded-xl p-6">
    <NotificationsSettings accountId={getAccountId()} />
  </div>
)}

Email Frequency

Choose how often you want to receive email notifications

Validation Notifications

Get notified when your email list validations complete

|
EmailIn-App
Validation Complete

When a list finishes processing

Validation Failed

When a validation encounters errors

Large List Warnings

When a list exceeds your plan limits

Credits & Billing

Stay informed about your credit balance and billing

|
EmailIn-App
Low Credit Warning

When your credits drop below 1,000

Credits Purchased

Confirmation when credits are added

Payment Failed

When a payment attempt fails

Team Activity

Updates about your team members

|
EmailIn-App
Invite Accepted

When someone joins your team

Member Removed

When someone leaves or is removed

Security Alerts

Important security notifications

|
EmailIn-App
New LoginRequired

When your account is accessed from a new device

API Key Created

When a new API key is generated

Password ChangedRequired

When your password is updated

Product Updates

News about new features and improvements

|
EmailIn-App
New Features

Announcements about new capabilities

Tips & Best Practices

Helpful tips to improve your email quality

Scheduled Maintenance

Advance notice of planned downtime

All changes saved