Notifier ======== Using the :class:`~.NotifierManager` and notifiers, e.g. :class:`~.EmailNotifier` you can create visual reports about the steps that the robot did. And send these reports via e-mail, print them out into terminal or import into Prefect. Manager ------- .. autoclass:: aiviro.modules.notifier.NotifierManager :members: Email Notifier -------------- .. autoclass:: aiviro.modules.notifier.EmailNotifier :inherited-members: Notification Components ----------------------- .. automodule:: aiviro.modules.notifier :members: Notification, NotificationBlock, NotificationType, Msg, Item, Style, NotifierLog