feat(providers): add Zorus integration#5818
Merged
hassan254-prog merged 2 commits intoApr 9, 2026
Merged
Conversation
2c34c80 to
fdfb52f
Compare
8e194db to
4e2fd5c
Compare
Contributor
|
@praneeth-oai can you do a last test to make sure the connection works properly as well? |
Contributor
Author
yes - I ran one final end-to-end connection smoke test locally: created a fresh Zorus API token, added it as a Zorus test connection in local Nango, confirmed the connection via Nango’s Connections API, and then verified the stored connection works by dry-running a local Nango action through the Nango CLI. The action proxied POST /api/customers/search through Nango using that connection and returned a 200 |
hassan254-prog
approved these changes
Apr 9, 2026
Contributor
hassan254-prog
left a comment
There was a problem hiding this comment.
Thanks for the contribution, single comment otherwise looks good.
4e2fd5c to
336a16f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Add
Zorusprovider integration with fixed-host API key auth and docsThis PR introduces a new
Zorusintegration across provider configuration, documentation, generated docs snippets, docs navigation, and UI assets. It adds a new entry inpackages/providers/providers.yamlusingAPI_KEYauth againsthttps://developer.zorustech.com, forwards Zorus-required headers includingAuthorization: Impersonation <api token>andzorus-api-version: 1.0, and verifies credentials with the lightweight customers search endpoint.The change is additive and includes end-user setup documentation under
docs/api-integrations/zorus*, generated snippets for tooling/use cases, a docs navigation entry indocs/docs.json, and a provider logo atpackages/webapp/public/images/template-logos/zorus.svg.