Skip to content

Commit 4a601a4

Browse files
authored
Merge pull request #302 from segmentio/repo-sync
repo sync
2 parents 287dbea + d1629e5 commit 4a601a4

File tree

1 file changed

+4
-1
lines changed
  • src/connections/sources/catalog/cloud-apps/zendesk

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Collections are the groupings of resources Segment pulls from your source.
6161
| [ticket_metrics](#ticket_metrics) | object | All kinds of aggregate metrics about a ticket |
6262
| [satisfaction_ratings](#satisfaction_ratings) | object | If you have enabled satisfaction ratings for your account, this end point allows you to quickly retrieve all ratings. |
6363
| [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 forms allow an admin to define a subset of ticket fields for display to both agents and end users. |
64+
| [ticket_forms](#ticket_forms) | object | Ticket forms allow an admin to define a subset of ticket fields for display to both agents and end users. **Note**: This feature requires a Zendesk Enterprise account. |
6565
| [ticket_skips](#ticket_skips) | object | A skip is a record of when an agent skips over a ticket without responding to the end user. |
6666
| [organization_memberships](#organization_memberships) | object | An organization_membership links a user to an organization. Organizations can have many users. Users can be in many organizations if the account supports multiple organizations. |
6767
| [group_memberships](#group_memberships) | object | A group_membership links an agent to a group. Groups can have many agents, as agents can be in many groups. |
@@ -283,6 +283,9 @@ In your warehouse, each collection gets its own table. Find below a list of the
283283
| received_at | This timestamp is added to incoming messages as soon as they hit Segment API. |
284284

285285
### ticket_forms
286+
> warning "This collection requires Zendesk Enterprise access"
287+
> Segment's Zendesk source connector only fetches data for the ticket_forms collection if the associated Zendesk account is an Zendesk Enterprise account. For more information, please see [ Zendesk's ticket_forms documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/ticket_forms/){:target="_blank"}.
288+
286289

287290
| Property | Description |
288291
| --------------- | ----------------------------------------------------------------- |

0 commit comments

Comments
 (0)