Skip to content

notificationDefs

Path: metadata > notificationDefs > {EntityType}.

assignmentNotificatorClassName

class-string

An assignment notificator. Should implement Espo\Core\Notification\AssignmentNotificator interface. Processes assignment notifications. Called after entity is saved. By default, Espo\Core\Notification\DefaultAssignmentNotificator is used.

emailNotificationHandlerClassNameMap

Object.<string, class-string>

Email notification handlers. Should implement Espo\Core\Notification\EmailNotificationHandler interface. Handles a notification emails (supposed for adding CC, BCC addresses). Provides sender parameters for notification emails (e.g. setting Reply-To address).

Example:

{
    "emailNotificationHandlerClassNameMap": {
        "notePost": "Espo\\Modules\\Crm\\Classes\\EmailNotificationHandlers\\CaseObj"
    }
}

forceAssignmentNotificator

boolean

To force processing assignment notifications (upon record save). Otherwise, it may be bypassed in some scenarios (e.g. when the Stream is enabled for the entity type).

Cookies & Privacy Policy

Our website uses cookies to give you the best user experience on our website and to help us deliver our services. By using our services, you agree to our use of cookies. Click here for more information.

Yes, I got it!