Notification types
Piksel supports three categories of email notification:| Preference | What triggers it |
|---|---|
Offline alerts (offline_alerts) | Sent when a paired screen goes offline and is no longer reachable. |
Rule triggers (rule_triggers) | Sent when a smart rule activates or clears on any of your screens. |
Weekly summary (weekly_summary) | A periodic digest of account activity sent once per week. |
Offline alerts and rule trigger notifications are enabled by default. The weekly summary is disabled by default.
Enable or disable notifications
Open Notification settings
From the dashboard, go to your Profile or Account settings and select the Notifications tab.
Toggle each notification type
Use the toggles next to Offline alerts, Rule triggers, and Weekly summary to enable or disable each one independently.
Set a language preference for emails
Piksel sends notification emails in the language associated with your profile. To change the language, update your language preference in your profile settings. All future notification emails — including the test email — will use the new language.Send a test email
Use the test email feature to confirm that notifications are reaching your inbox before an actual event occurs.Click Send test email
Click the Send test email button. Piksel sends a test message to the email address on your account, using your currently configured language preference.
API reference
Get preferences — GET /api/notifications/preferences
Get preferences — GET /api/notifications/preferences
Returns your current notification preferences.Example response:
Update preferences — PUT /api/notifications/preferences
Update preferences — PUT /api/notifications/preferences
Updates one or more notification preferences. Pass only the fields you want to change.
Send test email — POST /api/notifications/test
Send test email — POST /api/notifications/test
Sends a test notification email to your account’s email address using your current language preference.Example response:

