Skip to content

Commit 5eb849e

Browse files
committed
update groups table
1 parent 1d34713 commit 5eb849e

File tree

1 file changed

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

1 file changed

+15
-12
lines changed

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,25 @@ Collections are the groupings of resources Segment pulls from your source.
6464
| [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/){:target="_blank”}. |
6565

6666

67-
In your warehouse, each collection gets its own table. Find below a list of the properties Segment automatically fetches for each collection.
67+
In your warehouse, each collection is stored in its own table. The tables that follow list the standard properties Segment automatically fetches for each collection.
6868

69-
> info "This list only includes standard properties"
70-
> The list in this document includes the standard properties only, but doesn't include _your_ custom fields. (Don't worry, they'll be there in your warehouse.)
69+
> info "Standard properties only"
70+
> These tables include only standard Zendesk properties. Your custom fields will also appear in your warehouse after sync.
7171
7272
### groups
7373

74-
| Property | Description |
75-
| ----------- | -------------------------------------------- |
76-
| id | This is automatically assigned when creating groups. |
77-
| url | The API URL of this group. |
78-
| deleted | Deleted groups get marked as such. |
79-
| name | The name of the group. |
80-
| created_at | The date and time the group was created. |
81-
| updated_at | The date and time of the last update of the group. |
82-
| received_at | This timestamp is added to incoming messages as soon as they hit Segment API. |
74+
This collection contains information about Zendesk groups.
75+
76+
| Property | Description |
77+
| ------------- | -------------------------------------------------- |
78+
| `id` | Automatically assigned when a group is created. |
79+
| `url` | The API URL of the group. |
80+
| `deleted` | Indicates whether the group has been deleted. |
81+
| `name` | The name of the group. |
82+
| `created_at` | The date and time the group was created. |
83+
| `updated_at` | The date and time the group was last updated. |
84+
| `received_at` | Timestamp added when data reaches the Segment API. |
85+
8386

8487
### users
8588

0 commit comments

Comments
 (0)