How to Get Email Notification When a Client Open Support Ticket
Set up client ticket email alerts.
Last updated 3 months ago
Upmind offers extensive customization through dozens of triggers for various products.
Example: To get notified when a client opens a support ticket, follow these steps:
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 Issues
When Twig renders as "Array," it means data is incomplete—add the specific object. For example, use {{ ticket.client.full_name }} instead of {{ ticket.client }}.