PUQ Mautic

Manage Notification Templates (Admin Area)

PUQcloud Panel

Order Now | Download | FAQ

Here’s a clear, step-by-step guide to managing Notification Templates in the Admin Area.


Open the Templates list

Notification Templates list with categories and edit actions.

image-1758200948928.png


Create a new template

  1. Click + Create (top-right).

  2. Enter a Name.

  3. Pick a Category:

    • Staff Administrative

    • Staff Operational

    • Client Administrative

    • Client Operational

  4. Click Save.

Tip: Categories help route who receives the message and where it shows up in the UI.

“Create Notification Template” modal (Category).

image-1758200953032.png


Edit a template (content & languages)

When you edit a template you’ll see:

Changes are independent per language; remember to save after editing each language if you switch tabs.

Edit Notification Template: language tabs, Subject, Text Mini, live preview.

image-1758200965950.png


Write the message (variables & logic)

Examples you’ll often see:

{{ $service->uuid }}
{{ $client->firstname }} {{ $client->lastname }}
@foreach($price_detailed['options'] ?? [] as $option)
  {{ $option['name'] }} — {{ $option['price'] }}
@endforeach

Best practices


Troubleshooting


That’s it—you’re ready to create polished, localized notifications that fit your brand and workflows.


Revision #3
Created 18 September 2025 13:08:35 by Yuliia Noha
Updated 28 October 2025 15:42:05 by Yuliia Noha