Creating Notifications
Before creating a notification, it helps to understand the three questions Entrig asks you to answer:
When should a notification fire? A change in your database (a new row, an update, a deletion) is what triggers a notification. You pick which table and which event.
Who should receive it? Entrig needs to trace a path from the event back to one or more users. This relies on the same user ID your app uses when registering devices with the SDK.
What should it say? The title and body of the notification, optionally using live values from the database row that caused the event.
These map directly to the three steps in the builder: Trigger, Users, and Message.
From your dashboard, go to Notifications and click + Add Notification to open the builder.
