Welcome to Seraphex Support

This site is also used by our own engineers for API references.

Communication Templates on KDesk

A quick guide on how email templates work in KDesk, as well as some samples for assistance. Introduction KDesk is built for customized platform communications that teams can use to properly brand their outgoing messages, while still having an integrated…

Overlay Image Overlay Image

A quick guide on how email templates work in KDesk, as well as some samples for assistance.

Introduction

KDesk is built for customized platform communications that teams can use to properly brand their outgoing messages, while still having an integrated system for user experiance. KDesk offers options for email templating in various different scenarios.

Email Templates

Email templates (found in settings) can be used by a team owner or administrator to provide HTML based emails as responses to ticket events such as updates, assignments, comments, and more. Each template has Subject and HTML content. Subject is plaintext, while the email body supports basic HTML and CSS. Please note that for inbound and outbound email channels to work, you must have

Use placeholders to inject live values. See a table of placeholders below. Please note that not every placeholder is available on all event types, so use the built in placeholder inserter to determne what is eligible for your particular template.

PlaceholderValue
$ticketTitleTitle or subject of the ticket
$ticketNumberUnique ticket identification number
$ticketCreatedDate and time the ticket was created
$ticketDescriptionFull description or body of the ticket
$ticketCategoryCategory assigned to the ticket
$ticketStatusCurrent status of the ticket (e.g., Open, Pending, Closed)
$ticketPriorityPriority level of the ticket
$recipientFirstNameFirst name of the ticket recipient
$recipientLastNameLast name of the ticket recipient
$teamNameName of the team assigned to the ticket
$ticketLinkURL to view the ticket
$ticketLinkLinkClickable hyperlink version of the ticket URL
$commentCommentText content of the comment
$commentPosterFirstNameFirst name of the person who posted the comment
$commentPosterLastNameLast name of the person who posted the comment
$commentPostDateTimeDate and time the comment was posted
$formNameName of the associated form
$formDescriptionDescription of the form
$assignmentStatusStatus of the form assignment
$dueDateDue date for the form or assignment
$formLinkURL to access the form

Sample HTML Template

New Ticket Template

Subject

New Ticket - $ticketTitle - ##$ticketNumber##

HTML

<h2>We’ve received your ticket: $ticketTitle</h2>
<p>Ticket #$ticketNumber was created on $ticketCreated.</p>
<p>Status: <strong>$ticketStatus</strong> | Priority: <strong>$ticketPriority</strong></p>
<p>You can view it here: <a href="$ticketLink">$ticketLink</a></p>
<p>Thank you,<br/>$teamName Support</p>

Related Post

KDesk Contact Integration

Contact Sync connects KDesk to your identity directory ...

KDesk Email Intergration

Email Intake Integration (Ticket Inbox) KDesk Email ...

Team Management on KDesk

This article will teach you how to manage your Team on ...