Callbacks (CSE)
Execute code…
on UM startup, CSE reload or Backoffice login (
ApplicationCallback
)when creating, updating or deleting Entries (
CommitCallback
)on receiving bounces (
BounceCallback
)to handle incoming emails (
IncomingMailCallback
)to implement a custom query predicate (
QueryExtension
)to rewrite links in outgoing Newsletters (
RenderCallback
)etc.