You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,7 @@ Configuration is managed through two files:
218
218
*`start_date`: (Optional) Only process tickets/articles updated since this date (e.g., `'2025-01-01'`).
219
219
*`ticket_status`: (Optional) Filter tickets by status (defaults to `['new', 'open', 'pending', 'hold', 'solved']`).
220
220
*`ticket_priority`: (Optional) Filter tickets by priority (defaults to all priorities).
221
+
*`excluded_organizations`: (Optional) An array of Zendesk organization names whose tickets should be skipped. The sync will abort if any name cannot be resolved.
221
222
222
223
For S3 buckets (`type: 's3'`):
223
224
*`bucket`: The S3 bucket name.
@@ -359,6 +360,7 @@ Configuration is managed through two files:
0 commit comments