Name (singular): |
Notification |
Name (plural): |
Notifications |
Alias (uri): |
notification |
Identifier (ID): |
cerberusweb.contexts.notification |
Records API
These fields are available in the Records API and packages:
Req’d |
Field |
Type |
Notes |
x |
activity_point |
text |
The event that triggered the notification (or custom.other ) |
|
created |
timestamp |
The date/time when this record was created |
|
is_read |
boolean |
Has this been read by the worker? |
|
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
x |
params |
object |
A key/value object of notification properties |
|
target__context |
context |
The record type of the target record |
|
target_id |
number |
The ID of the target record |
x |
worker_id |
number |
The ID of the worker who received the notification |
params
Key |
Value |
message |
The notification message with your own {{variables}} |
variables |
A key/value object of placeholder values |
urls |
A key/value object of optional variable urls in the format ctx://record_type:123 |
Dictionary Placeholders
These placeholders are available in dictionaries for automations, snippets, and API responses:
Field |
Type |
Description |
_context |
text |
Record type extension ID |
_label |
text |
Label |
_type |
text |
Record type alias |
activity_point |
text |
Activity |
assignee_ |
record |
Assignee |
created |
date |
Created |
event_json |
text |
Event Json |
id |
number |
Id |
is_read |
boolean |
Is Read |
message |
text |
Message |
message_html |
text |
Message (Html) |
target_ |
record |
Target |
url |
text |
Url |
These optional placeholders are also available with key expansion in dictionaries and the API:
Field |
Type |
Description |
links |
links |
Links |
Search Query Fields
These filters are available in notification search queries:
Worklist Columns
These columns are available on notification worklists:
Column |
Description |
we_activity_point |
Activity |
we_created_date |
Created |
we_id |
Id |
we_is_read |
Is Read |
we_worker_id |
Worker |