Overview
Zones are the primary organizational units in Notifery where you receive, view, and manage notifications. Each zone represents a distinct project, application, or monitoring area and can contain multiple groups for finer organization.
Accessing a Zone
You can reach a Zone detail page by:
- Selecting a Zone from the main navigation menu
- Clicking on a Zone from your Profile’s Zones you own or Zones shared with you list
- Following a link from a notification email or push notification
Zone Dashboard Features
The Zone dashboard is divided into several key sections:
Quick Actions
The header area provides important actions:
- Mark all as read - Clear the unread status from all events in the zone
- Settings (admin only) - Access the zone settings area
- Zone name and information - Displays the zone’s name and basic details
Filtering and Search
The powerful filtering system lets you narrow down events:
- Status filters - Toggle between All, Unread, and Error events
- Group filters - Select specific groups to view only their events
- Search - Find events by keyword in titles or messages
- Pagination controls - Navigate through multiple pages of events
Event List
The main table displays your events with:
- Status indicators - Visual cues for read/unread status and error conditions
- Group information - The group each event belongs to
- Title and message - Brief and detailed information about each event
- Duration - How long the operation took (when available)
- Timestamp - When the event occurred
Clicking any event takes you to its detailed view where you can see the complete information.
Managing Your Zone
Administrators have access to the Settings section where they can configure:
- General settings - Update zone name, alias, icon, and notification preferences
- Groups - Create and manage groups for categorizing events
- Members - Invite team members and manage permissions
- API Keys - Generate and manage keys for sending notifications
- Plans - View plan details and limitations
Getting Data Into Your Zone
There are several ways to send notifications to your zone:
- API - Use the Event API to send programmatic notifications
- Command Line - Monitor scripts with our command monitoring utility
- Integrations - Connect with various monitoring systems (coming soon)
Next Steps
- Get started sending events with the Event API documentation
- Learn about Groups to better organize your notifications
- Set up team access to collaborate with colleagues
- Configure your notification preferences to stay informed about important events
- View code examples for integrating Notifery with different programming languages