Skip to content

Commit a837732

Browse files
committed
DOC-452 Fixing HTML weirdness [netlify-build]
1 parent 9684a72 commit a837732

File tree

1 file changed

+17
-12
lines changed
  • src/connections/sources/catalog/cloud-apps/zendesk

1 file changed

+17
-12
lines changed

src/connections/sources/catalog/cloud-apps/zendesk/index.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ Collections are the groupings of resources Segment pulls from your source.
5353
| [users](#users) | object | Zendesk Support has three types of users: end-users (your customers), agents, and administrators. End-users request support through tickets. Agents work in Zendesk Support to solve tickets. Agents can be divided into multiple groups and can also belong to multiple groups. Agents don't have access to administrative configuration in Zendesk Support such as business rules or automation, but can configure their own macros and views. Administrators have all the abilities of agents, plus administrative abilities. |
5454
| [groups](#groups) | object | When support requests arrive in Zendesk, they can be assigned to a Group. Groups serve as the core element of ticket workflow; support agents are organized into Groups and tickets can be assigned to a Group only, or to an assigned agent within a Group. A ticket can never be assigned to an agent without also being assigned to a Group. |
5555
| [tickets](#tickets) | object | Tickets are the means through which your End-users (customers) communicate with Agents in Zendesk. **Note**: Segment pulls all tickets updated (or created) in the last year to start by default. If you need more, reach out to Segment support. Support can do a run to pull further back in history. |
56-
| [ticket_fields](#ticketfields) | object | Customize fields on the ticket form. |
56+
| [ticket_fields](#ticket_fields) | object | Customize fields on the ticket form. |
5757
| [activities](#activities) | object | The activity stream is a per agent event stream. It will give access to the most recent events that relate to the agent polling the API. |
5858
| [attachments](#activities) | object | This API is for attachments in tickets and forum posts in the Web portal. |
5959
| [organizations](#organizations) | object | Just as agents can be segmented into groups in Zendesk, your customers (end-users) can be segmented into organizations. |
60-
| [ticket_events](#ticketevents) | events | Returns a stream of changes that occurred on tickets. Each event is tied to an update on a ticket and contains all the fields that were updated in that change. **Note**: Segment pulls one year of ticket events to start by default. If you need more, reach out to [Segment support](https://segment.com/help/contact/). Support can do a run to pull further back in history. |
61-
| [ticket_metrics](#ticketmetrics) | object | All kinds of aggregate metrics about a ticket |
62-
| [satisfaction_ratings](#satisfactionratings) | object | If you have enabled satisfaction ratings for your account, this end point allows you to quickly retrieve all ratings. |
63-
| [ticket_comments](#ticketcomments) | object | Ticket comments represent the conversation between requesters, collaborators, and agents. It includes the full body of each comment, public and private. **Note**: This collection is not included by default. To request it, [contact Segment support](https://segment.com/help/contact/). |
64-
| [ticket_forms](#ticketforms) | object | Ticket comments represent the conversation between requesters, collaborators, and agents. It includes the full body of each comment, public and private. **Note**: This collection is not included by default. To request it, [contact Segment support](https://segment.com/help/contact/). |
65-
| [ticket_skips](#ticketskips) | object | A skip is a record of when an agent skips over a ticket without responding to the end user. |
66-
| [organization_memberships](#organizationmemberships) | object | A membership links a user to an organization. Organizations can have many users. Users can be in many organizations if the account supports multiple organizations. You can use the API to list users in an organization, and reassign organization members. |
67-
| [group_memberships](#groupmemberships) | object | A membership links an agent to a group. Groups can have many agents, as agents can be in many groups. You can use the API to list what agents are in which groups, and reassign group members. |
68-
| [audit_logs](#auditlogs) | object | The audit log shows various changes in your instance of Zendesk since the account was created. **Note**: This collection is not included by default. To request it, [contact Segment support](https://segment.com/help/contact/). |
60+
| [ticket_events](#ticket_events) | events | Returns a stream of changes that occurred on tickets. Each event is tied to an update on a ticket and contains all the fields that were updated in that change. **Note**: Segment pulls one year of ticket events to start by default. If you need more, reach out to [Segment support](https://segment.com/help/contact/). Support can do a run to pull further back in history. |
61+
| [ticket_metrics](#ticket_metrics) | object | All kinds of aggregate metrics about a ticket |
62+
| [satisfaction_ratings](#satisfaction_ratings) | object | If you have enabled satisfaction ratings for your account, this end point allows you to quickly retrieve all ratings. |
63+
| [ticket_comments](#ticket_comments) | object | Ticket comments represent the conversation between requesters, collaborators, and agents. It includes the full body of each comment, public and private. **Note**: This collection is not included by default. To request it, [contact Segment support](https://segment.com/help/contact/). |
64+
| [ticket_forms](#ticket_forms) | object | Ticket comments represent the conversation between requesters, collaborators, and agents. It includes the full body of each comment, public and private. **Note**: This collection is not included by default. To request it, [contact Segment support](https://segment.com/help/contact/). |
65+
| [ticket_skips](#ticket_skips) | object | A skip is a record of when an agent skips over a ticket without responding to the end user. |
66+
| [organization_memberships](#organization_memberships) | object | A membership links a user to an organization. Organizations can have many users. Users can be in many organizations if the account supports multiple organizations. You can use the API to list users in an organization, and reassign organization members. |
67+
| [group_memberships](#group_memberships) | object | A membership links an agent to a group. Groups can have many agents, as agents can be in many groups. You can use the API to list what agents are in which groups, and reassign group members. |
68+
| [audit_logs](#audit_logs) | object | The audit log shows various changes in your instance of Zendesk since the account was created. **Note**: This collection is not included by default. To request it, [contact Segment support](https://segment.com/help/contact/). |
6969

7070

7171
In your warehouse, each collection gets its own table. Find below a list of the properties Segment automatically fetches for each collection.
@@ -439,6 +439,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
439439
<td>removable</td>
440440
<td> If this field is not a system basic field that must be present for all tickets on the account.</td>
441441
</tr>
442+
<tr>
442443
<td>created_at</td>
443444
<td> The time the ticket field was created.</td>
444445
</tr>
@@ -538,6 +539,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
538539
<td>updated_at</td>
539540
<td> When this record last got updated.</td>
540541
</tr>
542+
<tr>
541543
<td>assignee_updated_at</td>
542544
<td> When the assignee last updated the ticket.</td>
543545
</tr>
@@ -554,10 +556,11 @@ In your warehouse, each collection gets its own table. Find below a list of the
554556
<td> When the ticket was initially assigned.</td>
555557
</tr>
556558
<tr>
557-
<td>assigned_at</td>
559+
<td>assigned_at</td>
558560
<td> When the ticket was last assigned.</td>
559561
</tr>
560-
<td>solved_at</td>
562+
<tr>
563+
<td>solved_at</td>
561564
<td> When the ticket was solved.</td>
562565
</tr>
563566
<tr>
@@ -756,6 +759,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
756759
<td>id</td>
757760
<td> Automatically assigned when the organization is created. </td>
758761
</tr>
762+
<tr>
759763
<td>url</td>
760764
<td> The API url of this rating.</td>
761765
</tr>
@@ -803,6 +807,7 @@ In your warehouse, each collection gets its own table. Find below a list of the
803807
<td>id</td>
804808
<td> Automatically assigned when the comment is created. </td>
805809
</tr>
810+
<tr>
806811
<td>ticket_event_id</td>
807812
<td> Automatically assigned when the comment is created.</td>
808813
</tr>

0 commit comments

Comments
 (0)