Skip to content
Art2link ESB v2.02 LTS HomeDocumentationBlogContact
Monitor & operate/Activity Notifications
Preview · this screen is evolving

Activity Notifications

Per-Application email subscriptions that turn runtime activity into operator alerts. Pick what to watch (every event, or only errors, or only specific Message types), pick how to be told (one email per match, or a digest on a fixed interval), pick who hears about it — and Art2link ESB takes it from there.

An Activity Notification is an email subscription that lives inside an Application. The Application is the scope: a notification only sees activity that runs inside it, and a notification defined in one Application is invisible to every other. Within that scope, the notification answers four questions — what activity to react to, when to deliver, what to include, and who to tell — and the runtime does the rest.

Where Tracking is the historical record you go to when you have a question, and Monitoring is the dashboard you keep an eye on, Activity Notifications are the push: the platform reaches out to the operator without them having to look.

Prerequisite: Activity Notifications send through the platform’s shared email channel. Until Email notifications has been configured under Install & deploy, notifications can be created and enabled but no email will be delivered. Configure that once for the tenant before relying on alerts.

A single form defines the whole notification. The two columns of the form mirror the two halves of the configuration: the left column is the delivery contract (name, mode, interval, payload), the right column is the subscription (which Application, which Message types, errors only or all, timezone). Recipients live at the bottom; the Enabled flag controls whether any of it runs.

Activity Notification × Name * Application * App.ProcessOrders On Error Only Mode Batched On Event Schedule Every (seconds) * Subscription All Specific Type Message Types * Include Include Body Include Properties Notification Timezone Recipients + NAME John Smith EMAIL JohnS@CerebrumCity.com Is Enabled Enabled Disabled Save
FieldRequiredWhat it does
NameYesFree-form label. Appears in the Activity Notifications list and in the email subject; useful to make it specific (e.g. Orders — errors only).
ApplicationYesThe parent Application. Pre-filled when an Application is selected; locked once saved — a notification cannot be moved between Applications.
On Error OnlyNoWhen on, the notification reacts only to failed runs. When off, every matching event qualifies. See Subscription model.
ModeYesEither Batched (one digest email per interval) or On Event (one email per matched event). See Delivery mode.
Schedule Every (seconds)Yes, when BatchedThe size of the batching window. Only shown when Mode is Batched. Hidden and ignored for On Event.
SubscriptionYesEither All (every Message type in the Application qualifies) or Specific Type (only the types you select). See Subscription model.
Message TypesYes, when Specific TypeThe Message types this notification subscribes to. Only shown when Subscription is Specific Type.
Include BodyNoWhen on, the email carries the message body for each matched event. Off by default.
Include PropertiesNoWhen on, the email carries the message properties (the Variables attached to the run) for each matched event. Off by default.
Notification TimezoneNoTimezone applied to every timestamp rendered in the email. Defaults to the tenant timezone if left blank.
RecipientsYes (at least one)One or more Name + Email rows. Each row is an addressee on every email this notification sends. Add or remove rows with the + control.
Is EnabledYesMaster switch. Disabling stops delivery without losing the configuration; the notification can be re-enabled later as-is.

Two independent filters decide whether a given runtime event qualifies for the notification:

FilterWhat it asks
SubscriptionWhich Message types qualify — every type in the Application (All) or only the types you list (Specific Type).
On Error OnlyWhich outcomes qualify — only failed runs (on) or every outcome including successes (off).

Both filters apply at the same time. The four combinations give you the full reach of the feature:

ON ERROR ONLY — OFF ON ERROR ONLY — ON SUBSCRIPTION: ALL Every event, every type Loudest reach. Every successful and failed run of every Message type in the Application is reported. Use with Batched. Every failure, every type The application-wide error feed. Quiet when the Application is healthy; loud the moment something breaks. Pairs well with On Event. SUBSCRIPTION: SPECIFIC Every event of a chosen type A targeted feed of one or more Message types, success or failure. Useful when one type matters to a different audience than the rest. Every failure of a chosen type The narrowest setting. Failures, scoped to the Message types you list. The right shape for a per-integration on-call alert.
!
Multiple notifications, one per audience. The model is a subscription, not a routing rule — there is no "if this then that" branch. If two audiences need different scopes (e.g. ops wants every failure, the business owner wants only one Message type’s successes), create two notifications. Each runs independently.

Mode controls the rhythm of delivery, not what qualifies. Same subscription, two different rhythms:

ModeRhythmBest for
BatchedOne email per Schedule Every (seconds) window, listing every event that matched during the window. Empty windows send nothing.Steady or bursty traffic; ops summaries; anything where a per-event email would be noise.
On EventOne email per matched event, sent as soon after the event as the platform can dispatch it.Rare, high-importance events — especially On Error Only on a narrow Subscription where each match is something a human needs to read now.
EVENTS e1 e2 e3 e4 t = 0s t = 60s BATCHED — Schedule Every 60s 1 email 4 events One digest at the end of the window covers e1–e4. ON EVENT @e1 @e2 @e3 @e4
!
On Event is one email per match — size your subscription before turning it on. A broad Subscription (All, with On Error Only off) on a busy Application can flood every recipient’s inbox in minutes and trip the tenant’s mail-throttling controls. The safe pattern for On Event is narrow + rare: Specific Type + On Error Only, or a single high-signal Message type. If you want the loud reach without the flood, leave Mode on Batched and tune Schedule Every.

Every email shares the same shape. The body of the message is the Event Summary: a small table with one row per matched event, three columns — Tracking ID, Event timestamp, and (for errors) the error message. The Art2link ESB header and the notification footer sit above and below it. Per-event payloads ride along as attachments, not inline content, so the table itself stays short whether the digest covers one event or several.

{ } Body_374d9029-d2f1-4354-bc7c-a0a0550f56e4.json 5 KB ! Error_374d9029-d2f1-4354-bc7c-a0a0550f56e4.txt 746 bytes Art2link ESB NOTIFICATIONS EVENT SUMMARY TRACKINGID EVENT ERROR 374d9029-d2f1-4354-bc7c- a0a0550f56e4 2026-05-08 16:48:39 ET An error ocurred trying to execute the pipeline This is an automated notification from Art2link ESB. © 2026 Cerebrum City Corporation. All rights reserved.

Three form knobs decide how much each event row carries and what rides along as attachments:

KnobEffect on the emailTrade-off
Include BodyAdds a Body_<TrackingID>.json attachment carrying the message body for each matched event.Bodies vary wildly in size; one big payload per event in a Batched digest can produce a heavy email. Leave off for high-volume subscriptions.
Include PropertiesAdds the message properties (the Variables attached to the run) alongside the body attachment for each event.Small per event; usually safe to keep on. Useful for at-a-glance correlation without opening the body.
Notification TimezoneSets the zone applied to every timestamp in the Event column (e.g. ET in the sample above).Pick the operator’s zone, not the server’s. Leaving it blank falls back to the tenant default.

Failed events automatically carry an Error_<TrackingID>.txt attachment with the full error text — this happens whenever an event lands in the email with an error, independent of the Include knobs. The ERROR column in the table is the short message; the attachment is the full stack and context.

Recipients are the same Name + Email rows you defined on the form; every row is To: on every email this notification sends. To split recipients into different lists, create separate notifications with the same Subscription and different Recipients.

In Batched mode the Event Summary table grows by one row per matched event in the window, and the attachments grow with them — one Body and (where applicable) one Error file per event. In On Event mode the table is always a single row and you get exactly two attachments at most. The header, divider, and footer stay the same in both modes.

Is Enabled is the master switch. Disabling a notification stops delivery immediately and clears any pending Batched window without emitting it. The configuration is preserved — recipients, subscription, mode, all of it — and re-enabling resumes from the next window or the next event with no further edits required.

Every other field on the form can be edited after the notification is saved. The exception is Application: a notification is bound to its Application at creation time and cannot be moved — if the audience belongs to a different Application, re-create the notification there.

Activity Notifications are themselves auditable: creates, edits, enables and disables all land in Logs under the audit stream. The Activity Notifications list itself shows last-fired time, recipient count, and current state at a glance, so a quiet notification is easy to tell apart from a misconfigured one.

Activity Notifications are in active development. The framing on this page is the target shape and is what ships in the first complete release. Available in both Starter and Enterprise editions when it ships.

That’s Activity Notifications

Per-Application email subscriptions: pick what to react to, how often to send, how much to include, and who hears about it. Tracking and Monitoring are where you go to look; Activity Notifications are how the platform comes to you.