Helpdesk da PluGzOne, baseado no osTicket
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

50 lines
1.2 KiB

#
# Email template: ticket.alert.yaml
#
# Sent to a staff member when a new ticket is created in the system. This
# applies to tickets created via email, the web portal, or the api.
#
---
notes: |
Sent to a staff member when a new ticket is created in the system. This
applies to tickets created via email, the web portal, or the api.
subject: |
New Ticket Alert
body: |
<h2>Hi %{recipient.name},</h2>
New ticket #%{ticket.number} created
<br>
<br>
<table>
<tbody>
<tr>
<td>
<strong>From</strong>:
</td>
<td>
%{ticket.name} &lt;%{ticket.email}&gt;
</td>
</tr>
<tr>
<td>
<strong>Department</strong>:
</td>
<td>
%{ticket.dept.name}
</td>
</tr>
</tbody>
</table>
<br>
%{message}
<br>
<br>
<hr>
<div>To view or respond to the ticket, please <a
href="%{ticket.staff_link}">login</a> to the support ticket system</div>
<em style="font-size: small">Your friendly Customer Support System</em>
<br>
<a href="https://osticket.com/"><img width="126" height="19"
style="width: 126px; " alt="Powered By osTicket"
src="cid:b56944cb4722cc5cda9d1e23a3ea7fbc"/></a>