Content Types
The Zendesk Guide connector synchronizes the following content types:
| Content Type | Description |
|---|---|
Articles |
All published articles are processed by the connector. |
Article Attachments |
If the option under |
Categories |
If the option under |
Metadata
Article
| Metadata Name | Description | Example |
|---|---|---|
authorId |
Numeric Unique Identifier of the user who wrote the article |
|
categoryName |
The name of the category the article belongs to. |
|
commentsDisabled |
Can be set to |
|
draft |
Set to |
|
fileType |
Displayable file type. For articles, always set to value |
|
itemType |
Set to value |
|
labels |
List of names for all labels attached to the article. |
|
permissionGroupId |
The numeric ID of the permission group which defines edit and publish permission for the article. |
|
position |
Numeric value representing the position of the article in the articles list. |
|
promoted |
Set to |
|
sectionId |
Numeric Unique Identifier of the section the article belongs to. |
|
sectionName |
Name of the section the article belongs to. |
|
userSegmentId |
Numeric Unique Identifier for the user segment defining the read access for the article. If this value is missing or set to null, the article is accessible to everyone. |
|
voteCount |
Numeric value representing the total count of up- and down-votes. |
|
voteSum |
Numeric value set to the sum of up- and down-votes. Positive number indicates more up-votes then down-votes, vice versa. |
|
Article Attachments
| Metadata Name | Description | Example |
|---|---|---|
articleName |
Name of the article where the attachment is attached to. |
|
categoryName |
Name of the category attached to the parent article. |
|
fileType |
File type of the attachment. |
|
inline |
Set to true if the attachment is an inline attachment, to false if the attachment is a block attachment. |
|
itemType |
Set to value |
|
labels |
List of names for all labels attached to the parent article of the attachment. |
|
sectionName |
Name of the section the parent article belongs to. |
|
size |
Size of attachment content is bytes. |
|
Categories
| Metadata Name | Description | Example |
|---|---|---|
id |
The unique identifier in Zendesk of the category. |
|
url |
The url of the raw data in JSON format. |
|
htmlUrl |
The url of the category’s page. |
|
position |
Numeric value representing the position of the category in the category list. |
|
createdAt |
Datetime of when the category was created. |
|
updatedAt |
Datetime of when the category was last updated. |
|
name |
Name of the category. |
|
description |
Desription of the category. |
|
locale |
The language code where this category belongs in. |
|
sourceLocale |
The language code of the category this one is the translation of |
|
outdated |
A boolean value indicating that this category translation was flagged as outdated. |
|