PropOps delivers notifications across four channels: in-app, email, push, and WhatsApp. This guide covers setting up each channel and managing user preferences.Documentation Index
Fetch the complete documentation index at: https://help.propops.app/llms.txt
Use this file to discover all available pages before exploring further.
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 using configurable templates. No WhatsApp Business API account or external credentials are required — PropOps generates a pre-filled WhatsApp message link.Setting up WhatsApp
- Navigate to Admin → WhatsApp Templates.
- Create your message templates with dynamic placeholders (e.g.
{job_ref},{contractor_name},{address}). - Templates are available immediately — no external approval is needed.
Sending a WhatsApp message from a job
- Open the job.
- Select WhatsApp from the top action bar.
- Choose a message template from the dropdown.
- Click Send. WhatsApp opens with the message pre-filled and the recipient’s number set. Review and tap Send in WhatsApp.
The recipient must have an active WhatsApp account on their registered phone number.
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.