| name | data type | constraints | description |
|---|---|---|---|
| idsToNotify | array of string | required | |
| notifyText | string | required | |
| itemURL | string | required | |
| itemId | string | required | |
| type | CatalogueEventType | ||
| idsAsGroup | boolean | required boolean |
Example
{
"idsToNotify" : [ "...", "..." ],
"notifyText" : "...",
"itemURL" : "...",
"itemId" : "...",
"type" : "ITEM_SUBMITTED",
"idsAsGroup" : true
}