Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source-zoho-invoice contribution from ombhardwajj #47424

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ombhardwajj
Copy link
Contributor

@ombhardwajj ombhardwajj commented Oct 27, 2024

This closes #47412

What

This PR adds a new connector for source Zoho Invoice (source-zoho-invoice).

Contributor-provided connector description:

Zoho invoice is an invoicing software used by businesses.
With this connector we can extract data from various streams such as items , contacts and invoices streams.
Docs : https://www.zoho.com/invoice/api/v3/introduction/#overview

Details

Expand for list of spec properties and streams

Configuration

Input Type Description Default Value
client_id string Client ID.
client_secret string Client secret.
client_refresh_token string Refresh token.
organisation_id string Organisation ID. TO be provided if a user belongs to multiple organisations

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
items item_id DefaultPaginator
users DefaultPaginator
contacts contact_id DefaultPaginator
invoices invoice_id DefaultPaginator
recurring invoices recurring_invoice_id DefaultPaginator
customer payments payment_id DefaultPaginator
credit notes creditnote_id DefaultPaginator
expenses expense_id DefaultPaginator
taxes tax_id DefaultPaginator

Reviewer checklist

  • Run /format-fix to resolve any formatting errors
  • Help the contributor upload an icon that follows our icon design guidelines
  • Click into the CI workflows that wait for a maintainer to run them, which should trigger CI runs

Copy link

vercel bot commented Oct 27, 2024

@ombhardwajj is attempting to deploy a commit to the Airbyte Growth Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation community connectors/source/zoho-invoice
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[connector-request] Zoho Invoice
2 participants