|
|
|
You are a follower of the ticket number: #{{message.request.ticket_id}}
|
|
Sender: {{message.senderFullname}}
|
|
{{#ifEquals message.type "text"}}
{{{msgText}}}
{{/ifEquals}}
{{#ifEquals message.type "image"}}
{{#if msgText}}
{{{msgText}}}
{{/if}}
{{/ifEquals}}
{{#ifEquals message.type "file"}}
{{message.metadata.name}}
{{/ifEquals}}
{{#ifEquals message.type "frame"}}
{{message.metadata.name}}
{{#if msgText}}
{{{msgText}}}
{{/if}}
{{/ifEquals}}
{{#if message.attributes}}
{{#if message.attributes.attachment}}
{{#if message.attributes.attachment.buttons}}
{{#each message.attributes.attachment.buttons}}
{{#ifEquals this.type "url"}}
{{this.value}}
{{else}}
{{this.value}}
{{/ifEquals}}
{{/each}}
{{/if}}
{{/if}}
{{/if}}
|
|
Project name : {{project.name}}
|
|
Department name : {{message.request.department.name}}
|
|
Source page : {{message.request.sourcePage}}
|
|
Contact name : {{message.request.lead.fullname}}
|
|
Channel :
{{#ifEquals message.request.channel.name "chat21"}}
Chat
{{else}}
{{message.request.channel.name}}
{{/ifEquals}}
|
|
Priority : {{message.request.priority}}
|
|
|
|
Powered by
Tiledesk
|