Skip to content

Commit 1757054

Browse files
authored
Source Zendesk Support: update docs (#30738)
Co-authored-by: artem1205 <artem1205@users.noreply.github.com>
1 parent e763971 commit 1757054

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/integrations/sources/zendesk-support.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ The Zendesk Support source connector supports the following streams:
8686
- [Audit Logs](https://developer.zendesk.com/api-reference/ticketing/account-configuration/audit_logs/#list-audit-logs)\(Incremental\) (Only available for enterprise accounts)
8787
- [Brands](https://developer.zendesk.com/api-reference/ticketing/account-configuration/brands/#list-brands)
8888
- [Custom Roles](https://developer.zendesk.com/api-reference/ticketing/account-configuration/custom_roles/#list-custom-roles) \(Incremental\)
89-
- [Deleted Tickets](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#list-deleted-tickets) \(Incremental\)
9089
- [Groups](https://developer.zendesk.com/rest_api/docs/support/groups) \(Incremental\)
9190
- [Group Memberships](https://developer.zendesk.com/rest_api/docs/support/group_memberships) \(Incremental\)
9291
- [Macros](https://developer.zendesk.com/rest_api/docs/support/macros) \(Incremental\)
@@ -113,6 +112,18 @@ The Zendesk Support source connector supports the following streams:
113112
- [Users](https://developer.zendesk.com/api-reference/ticketing/ticket-management/incremental_exports/#incremental-user-export) \(Incremental\)
114113
- [UserFields](https://developer.zendesk.com/api-reference/ticketing/users/user_fields/#list-user-fields)
115114

115+
### Deleted Records Support
116+
The Zendesk Support connector fetches deleted records in the following streams:
117+
118+
| Stream | Deletion indicator field |
119+
|:-------------------------|:-------------------------|
120+
| **Brands** | `is_deleted` |
121+
| **Groups** | `deleted` |
122+
| **Organizations** | `deleted_at` |
123+
| **Ticket Metric Events** | `deleted` |
124+
| **Tickets** | `status`==`deleted` |
125+
126+
116127
## Performance considerations
117128

118129
The connector is restricted by normal Zendesk [requests limitation](https://developer.zendesk.com/rest_api/docs/support/usage_limits).

0 commit comments

Comments
 (0)