Skip to content
  1. Extras
  2. PayAndSee
  3. Interface
  4. Notifications

Notifications

Create / Edit notification

The notification fires when the entity status changes.

To create a notification you must specify the class and status. Set email, subject and body.

Each entity defines the methods {getClientEmails} and {getManagerEmails}. The result is filled into the variables:

  • {$client_email} — client email
  • {$manager_email} — manager email

So you can use {$client_email | join}: for the client entity it will be the client email, for the content entity it will be the email of all clients with an active subscription to this content, etc.