Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<style>
.release-box {
	height: 30px; 
	width: 100px; 
	padding-top: 8px;
	text-align: center; 
	border-radius: 5px; 
	font-weight: bold; 
	background-color: #8efeb3;  
	border-color: #FCE28A;
}

.release-box:hover {
  	cursor: hand;
    cursor: pointer;
    opacity: .9; 
}
</style>
<meta name="robots" content="noindex">

<div class="release-box">
<a href="https://docs.perspectium.com/display/krypton" style="text-decoration: none; color: #FFFFFF; display: block;">
Krypton
</a>
</div>



In order for the Zendesk meshlet to create attachments as well as query for attachments users add to Zendesk tickets, you will need to enable the ability for end users to attach files to tickets.

(info) NOTE:

  • ServiceBond for Zendesk supports attachments only up to approximately 7MB in both directions (i.e. when sending attachments from another ITSM app into Zendesk and when querying for attachments from Zendesk to send to the other ITSM app). This is due to limitations with how much data can be queried in both directions. Any attachments larger than this size will be skipped.
  • Zendesk requires attachments be added as part of a comment to the ticket. By default, the attachment is added with a comment Attachment added to ticket but you can use your own comment for when attachments are added into Zendesk by setting the defaultAttachmentComment meshlet configuration.

Procedure

To enable attachments in Zendesk, follow these steps:


UI Steps


UI Step

Go to the Admin Center

In Zendesk, select the icon at the bottom of the left navigation menu and click on the Go to Admin Center link.


UI Step

Access Objects and rules settings

Select the Objects and rules option and then scroll down and choose the Settings option underneath Tickets.


UI Step

Enable attachments

In the Attachments section, select Customers can attach files and click the Save button.

For more information, see here.