Creating Notifications
Once your database is connected and a channel is set up, you create notifications by describing what you want. Entrig’s AI reads your schema and builds the notification for you. There is no form to fill out.
Create one
From your dashboard, go to Notifications and click Add Email or Add Push, then describe what you want in plain language. For example:
- “Email the customer when an order’s status changes to shipped.”
- “Notify group members when a new message is posted.”
- “Email me when someone signs up.”
Entrig reads your database schema and drafts the notification. If anything is ambiguous, it asks a short follow-up question. The draft covers three things:
- When it fires: the table and event (insert, update, or delete), plus any conditions.
- Who receives it: the recipient, resolved from your data by following the foreign keys in your schema.
- What it says: the message, using live values from the row that triggered it.
Review the draft, edit the message if you want, and click Create. Entrig installs the trigger on your Supabase project and the notification is live immediately.