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-nutshell contribution from ombhardwajj #48072

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ombhardwajj
Copy link
Contributor

@ombhardwajj ombhardwajj commented Oct 31, 2024

This closes #48069

What

This PR adds a new connector for source Nutshell (source-nutshell).

Contributor-provided connector description:

Nutshell is a CRM tool.
Using this connector we can extract data from various streams such as contacts , events , products and pipelines.
Docs : https://developers.nutshell.com/docs/getting-started

Details

Expand for list of spec properties and streams

Configuration

Input Type Description Default Value
username string Username.
password string API Token.

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
accounts id DefaultPaginator
accounts_list_items id No pagination
account_types id No pagination
industries id No pagination
activities id DefaultPaginator
activity_types id No pagination
audiences id No pagination
competitors id No pagination
competitor_maps id No pagination
leads_custom_fields id No pagination
leads_list_items id No pagination
leads id DefaultPaginator
leads_report id No pagination
contacts_custom_fields id No pagination
contacts id DefaultPaginator
contacts_list_items id No pagination
events id DefaultPaginator
filters id No pagination
notes id DefaultPaginator
products id No pagination
lead_products id No pagination
sources id No pagination
stages id No pagination
pipelines id No pagination
tags id No pagination
users id No pagination

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 31, 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.

@marcosmarxm
Copy link
Member

All contributions must be merged by Nov-14. I'm going to work to provide a first review by Friday to give users the weekend to fix any comment. Please be aware of this.

Copy link
Member

@marcosmarxm marcosmarxm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing pagination and limits.
Endpoints looks good, please let me know when this is done.

Moving next check to Nov Tue 12

@ombhardwajj
Copy link
Contributor Author

@marcosmarxm I've added pagination and limits in whichever stream it was possible!

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/nutshell hack-2024-10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[connector-request] Nutshell
3 participants