/
(2024.1) Notification Event

(2024.1) Notification Event

The Notification Event can be triggered using Custom Logic. The following parameters are Required to execute the Event.

Notification
PCR_Event::attachDb( "some-notification", ["Core_Model_Notification" => "eventSend"] ); PCR_Event::trigger( "some-notification", [ "notification" => 35, "filter" => { /** * Hash vaiables replaced in Notification Body of other fields * ##HASH_VARIABLE## or ##SENDTO_EMAIL## */ "HASH_VARIABLE1" => "this is a variable", "SENDTO_EMAIL" => "test@test.com", }, "eventBroadcastBy" => "12345", "eventBroadcastTime" => "Sep 30, 2022, 11:23 am", "eventBroadcastDayofWeek" => "5", "eventBroadcastHourMin" => "1123", ] );



Related content

(v1) Notification Event
(v1) Notification Event
More like this
(v1) .Notification Event v2022.2
(v1) .Notification Event v2022.2
More like this
(v1) .Notification Event v2022.1
(v1) .Notification Event v2022.1
More like this
(v1) .Notification Event v2.1.4.7
(v1) .Notification Event v2.1.4.7
More like this
(v1) .Notifications v2021.1
(v1) .Notifications v2021.1
More like this
(v1) .Creating a Notification v2020.3
(v1) .Creating a Notification v2020.3
More like this