This add-on for AI Engine adds notifications. This add-on will evolve over time, but for now, it basically sends a notification about each conversation that occurs, with the content of the whole conversation and some data about it.
Filters
The body (HTML) of the email, as well as the to (Send To) and the subject can be all modified by using WordPress filters:
- mwainotif_email_to( $to, $discussion )
- mwainotif_email_body( $to, $discussion )
- mwainotif_email_subject( $to, $discussion )
Discussion is an object that contains botId, created, updated, messages, ip, extra (which itself contains a lot of information such as model).