In-app notifications
In-app notifications work out of the box — no setup required. The notification bell in the top navigation bar shows unread counts and opens the notification centre.Managing your notifications
- Select a notification to mark it as read and navigate to the relevant record.
- Use Mark All Read to clear all unread indicators.
- Filter by type — All, Unread, Case Notes, New Users, or Blacklist.
- Select Clear All to permanently remove all notifications from your centre.
Email notifications
PropOps sends transactional emails via Brevo for events that need a persistent record.Setting up SMTP
Your administrator configures the email connection in the.env file:
Email threading
When you reply to a PropOps case note email, your reply is automatically added as a new case note on the relevant job. No copy-and-paste needed — the full conversation stays inside PropOps.Testing email delivery
Push notifications
Push notifications appear as system notifications outside the browser — even when PropOps is not the active tab.Requirements
- HTTPS must be enabled on your PropOps instance.
- VAPID keys must be configured in your
.envfile.
Generating VAPID keys
.env:
Installing the PWA
For the most reliable push notification experience, install PropOps as a Progressive Web App:- Desktop (Chrome / Edge)
- Android (Chrome)
- iOS (Safari)
- Open PropOps in your browser.
- Look for the install icon in the address bar.
- Select Install and confirm.
- Grant notification permission when prompted.
WhatsApp notifications
WhatsApp messages are sent to contractors and tenants via the WhatsApp Business API using pre-approved templates.Setting up WhatsApp
- Obtain API credentials from your WhatsApp Business API provider.
- Add them to your
.env:
- Configure message templates under Admin → WhatsApp Templates.
Sending a WhatsApp message from a job
- Open the job.
- Select WhatsApp from the top action bar.
- Choose a message template from the dropdown.
- PropOps fills in the job details and sends the message.
The recipient must have an active WhatsApp account on their registered phone number. Only pre-approved template messages can be sent outside of an active conversation window.
User notification preferences
Each user controls which notifications they receive:- Select your avatar in the top navigation bar.
- Go to Profile → Notification Preferences.
- Toggle each notification type on or off for each channel (in-app, email, push).
- Save your changes.