What’s supported
Supported actions
This connector supports:- Write Actions.
- Read Actions, including full historic backfill and incremental read.
- Proxy Actions, using the base URL
https://app.nutshell.com/api/v1
.
Supported Objects
The Nutshell connector supports reading from and writing to the following objects:- accounts/list
- accounts (incremental read)
- accounttypes
- activities (incremental read)
- activitytypes
- audiences
- competitormaps
- competitors
- contacts/list
- contacts (incremental read)
- deleted
- events (incremental read)
- forms
- industries
- leads/list
- leads (incremental read)
- notes
- productmaps
- products
- report
- sources
- stages
- stagesets
- tags
- territories
- users
Example integration
To define an integration for Nutshell, create a manifest file that looks like this:Using the connector
This connector uses Basic Auth, which means that you do not need to set up a Provider App before getting started. (Provider apps are only required for providers that use OAuth2 Authorization Code grant type.) To start integrating with Nutshell:- Create a manifest file like the example above.
- Deploy it using the amp CLI.
- Embed the InstallIntegration UI component. The UI component will prompt the customer for their username and password.
- Start making Proxy Calls, and Ampersand will automatically attach the correct header required by Basic Auth. Please note that this connector’s base URL is
https://app.nutshell.com/api/v1
.