1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Files
airbyte/docs/integrations/sources/zendesk-chat-migrations.md
devin-ai-integration[bot] 2a96617a0d fix(source-zendesk-chat): Handle 404 errors for deleted records (#67607)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Alfredo Garcia <alfredo.garcia@hallmark.edu>
Co-authored-by: Alfredo Garcia <freddy.garcia7.fg@gmail.com>
2025-10-22 10:39:37 -05:00

14 lines
566 B
Markdown

# Zendesk Chat Migration Guide
import MigrationGuide from '@site/static/_migration_guides_upgrade_guide.md';
## Upgrading to 1.0.0
The Live Chat API [changed its URL structure](https://developer.zendesk.com/api-reference/live-chat/introduction/) to use the Zendesk subdomain.
The `subdomain` field of the connector configuration is now required.
You can find your Zendesk subdomain by following instructions [here](https://support.zendesk.com/hc/en-us/articles/4409381383578-Where-can-I-find-my-Zendesk-subdomain).
## Connector upgrade guide
<MigrationGuide />