Skip to content

Commit e1b3cbd

Browse files
aldogonzalez8devin-ai-integration[bot]octavia-squidington-iii
authored
feat: migrate source-zendesk-support to scopes object array (#74394)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
1 parent cb80106 commit e1b3cbd

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

airbyte-integrations/connectors/source-zendesk-support/manifest.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,9 +1622,10 @@ spec:
16221622
path_in_connector_config:
16231623
- subdomain
16241624
oauth_connector_input_specification:
1625-
consent_url: "https://{{subdomain}}.zendesk.com/oauth/authorizations/new?response_type=code&{{client_id_param}}&{{redirect_uri_param}}&{{scope_param}}&{{state_param}}"
1626-
scope: read
1627-
access_token_url: "https://{{subdomain}}.zendesk.com/oauth/tokens?grant_type=authorization_code&{{auth_code_param}}&{{client_id_param}}&{{client_secret_param}}&{{redirect_uri_param}}&{{scope_param}}"
1625+
consent_url: "https://{{subdomain}}.zendesk.com/oauth/authorizations/new?response_type=code&{{client_id_param}}&{{redirect_uri_param}}&{{scopes_param}}&{{state_param}}"
1626+
scopes:
1627+
- scope: read
1628+
access_token_url: "https://{{subdomain}}.zendesk.com/oauth/tokens?grant_type=authorization_code&{{auth_code_param}}&{{client_id_param}}&{{client_secret_param}}&{{redirect_uri_param}}&{{scopes_param}}"
16281629
extract_output:
16291630
- access_token
16301631
- refresh_token

airbyte-integrations/connectors/source-zendesk-support/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data:
1111
connectorSubtype: api
1212
connectorType: source
1313
definitionId: 79c1aa37-dae3-42ae-b333-d1c105477715
14-
dockerImageTag: 5.2.0
14+
dockerImageTag: 5.2.1
1515
dockerRepository: airbyte/source-zendesk-support
1616
documentationUrl: https://docs.airbyte.com/integrations/sources/zendesk-support
1717
githubIssueLabel: source-zendesk-support

docs/integrations/sources/zendesk-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ The connector should not run into Zendesk API limitations under normal usage. [C
216216

217217
| Version | Date | Pull Request | Subject |
218218
|:------------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
219+
| 5.2.1 | 2026-03-11 | [74394](https://github.com/airbytehq/airbyte/pull/74394) | Migrate to scopes object array format |
219220
| 5.2.0 | 2026-03-12 | [74258](https://github.com/airbytehq/airbyte/pull/74258) | Switch `tickets` stream to Export Search Results endpoint for concurrency and performance. **Behavior change**: deleted tickets are no longer returned in the `tickets` stream — use the new `deleted_tickets` stream instead. Added `deleted_tickets` as a suggested stream for auto-enablement on Cloud. |
220221
| 5.1.8 | 2026-03-12 | [74771](https://github.com/airbytehq/airbyte/pull/74771) | Upgrade CDK to 7.13.0 |
221222
| 5.1.7 | 2026-03-12 | [74766](https://github.com/airbytehq/airbyte/pull/74766) | Promoting release candidate 5.1.7-rc.1 to a main version. |

0 commit comments

Comments
 (0)