Nutshell connector
Back to the connector overview, authentication methods, and actions.
18 Sept 2026
data-syncAdded DataSync support to 21 list actions covering contacts, accounts, leads, activities, notes, tasks, users, tags, sources, products, product categories, industries, outcomes, account and activity types, and the contact, account and lead custom field definitions, so their records can be pulled into StackOne on a schedule and kept up to date, with paging handled automatically. Every action refreshes in full on each run, because Nutshell’s list endpoints filter only on creation time and ignore a modified-time filter. The contact, account and lead list-item actions, list_users and get_activities gained optional paging inputs to expose Nutshell’s page[page] and page[limit] parameters.Changed · 21 actions updated
Changed · 21 actions updated
nutshell_get_activities, nutshell_list_account_custom_field_attributes, nutshell_list_account_items, nutshell_list_account_types, nutshell_list_accounts, nutshell_list_activity_types, nutshell_list_contact_custom_field_attributes, nutshell_list_contact_items, nutshell_list_contacts, nutshell_list_industries, nutshell_list_lead_custom_field_attributes, nutshell_list_lead_items, nutshell_list_leads, nutshell_list_notes, nutshell_list_outcomes, nutshell_list_product_categories, nutshell_list_products, nutshell_list_sources, nutshell_list_tags, nutshell_list_tasks, nutshell_list_users14 Aug 2026
description-fixDocument stage moves not supported via API (milestone patch returns 502). Clarify set_lead_stageset sets pipeline only, not stage. Add variants to update_lead value field for object support.Changed · 2 actions updated
Changed · 2 actions updated
nutshell_set_lead_stageset, nutshell_update_lead13 Aug 2026
bug-fix description-fixFix JSON-Patch value field using variants (string | object array) so update_contact/update_account can patch both scalar and array fields (emails, phones, urls). Fix update_task dueTime requiring Unix timestamp (ISO format causes 502). Clarify set_lead_stageset sets pipeline not stage. Document update_task relatedEntity as immutable after creation. Add nested properties to array variant for agent guidance. Improve create_contact phone format description.Changed · 5 actions updated
Changed · 5 actions updated
nutshell_create_contact, nutshell_set_lead_stageset, nutshell_update_account, nutshell_update_contact, nutshell_update_task11 Aug 2026
bug-fix description-fixFix custom field creation by using capitalized type enums (Text, Number, Enum, Date). Clarify JSON-Patch array-field paths for update_contact/update_account, full PUT semantics for update_activity, required fields for create_activity, lead name/links for create_lead, stageset ID source for set_lead_stageset, relatedEntity link path for update_task, and pagination params for list_contacts.