- Go to Settings > Triggers under Automation.

- Click Add Action.

- Enter a trigger name (e.g., Open Support Ticket) and select the notification channel (e.g., Email).
-
Choose
Ticketas the Category.

-
Choose
Supportas the Topic. -
Select
New Ticket Opened by Clientas the Event. -
Under Who do you want to notify, pick
Staff.

- Customise Email Headers and Layout (optional).
- Add a subject and body using Twig syntax for personalization, which is customisable.
- Click Save.

Avoiding Array Data IssuesWhen Twig renders as “Array,” it means data is incomplete—add the specific object. For example, use
{{ ticket.client.full_name }} instead of {{ ticket.client }}.
