Skip to content

Post render notificationΒΆ

Plugin ID: push_framework_channel:post_render

Provided tokens

Token Description
[user] The current user.
Alias: current_user
[event] The event.
[event:machine_name] The machine name of the ECA event.
[session_user] The user account that dispatched the event, regardless if ECA is processing models under a different account. This is only available if ECA is configured to always run under a specific account.

Fires after a notification has been rendered for a specific language. Use this to alter the final rendered output markup before it is delivered.

The [push_notification:output] token contains the rendered markup, alongside [push_notification:language_key] and the base tokens (channel, recipient, entity, title, display_mode).