Notifications
ArgusAI provides multiple notification channels for security events.
Push Notifications
Browser push notifications with event thumbnails.
Requirements
- HTTPS enabled (required for web push)
- Browser notification permissions granted
- Service worker registered
Enabling Push Notifications
- Navigate to Settings > Notifications
- Click Enable Push Notifications
- Grant browser permission when prompted
- Test with the Send Test button
Notification Content
Push notifications include:
- Event description
- Camera name
- Thumbnail image
- Timestamp
- Action buttons (View, Dismiss)
Alert Rules
Create custom rules to filter notifications:
Rule Components
| Component | Description |
|---|---|
| Name | Rule identifier |
| Object Types | person, vehicle, package, animal |
| Cameras | Specific cameras or all |
| Schedule | Time-based activation |
| Actions | What happens when triggered |
Creating Rules
- Go to Settings > Alert Rules
- Click Add Rule
- Configure:
- Conditions: When to trigger
- Actions: What to do
- Save and enable
Example Rules
Package Detection During Work Hours
Name: Package Alerts
Object Types: [package]
Cameras: [Front Door, Porch]
Schedule: Mon-Fri 9am-5pm
Actions: [Push Notification, Webhook]
After-Hours Person Detection
Name: Night Watch
Object Types: [person]
Cameras: [All]
Schedule: Daily 10pm-6am
Actions: [Push Notification]
Webhooks
Send events to external services:
Webhook Configuration
- Go to Settings > Alert Rules
- Add a rule with Webhook action
- Configure:
- URL: Target endpoint
- Method: POST (default)
- Headers: Custom headers
- Retry: On failure behavior
Webhook Payload
{
"event_id": "uuid",
"timestamp": "2025-12-23T10:30:00Z",
"camera_name": "Front Door",
"description": "Person approaching front door",
"detection_type": "person",
"thumbnail_url": "https://...",
"confidence": 85
}
Integration Examples
- Slack: Use incoming webhook URL
- Discord: Use webhook URL with Slack compatibility
- Home Assistant: Use REST API endpoint
- IFTTT: Use webhooks service
Daily Summaries
AI-generated activity digests:
- Navigate to Dashboard > Summaries
- View daily activity summary
- Provide feedback (thumbs up/down)
Customizing Summaries
- Go to Settings > AI Models
- Edit Summary Prompt
- Adjust style and content preferences
- Save changes