> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Nutshell Changelog

> Release history for the Nutshell connector. Each version lists what changed and which actions were affected.

<Card title="Nutshell connector" icon="arrow-left" href="/connectors/nutshell" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.4.0" description="18 Sept 2026">
  `data-sync`

  Added 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.

  <AccordionGroup>
    <Accordion title="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_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.3.0" description="14 Aug 2026">
  `description-fix`

  Document 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.

  <AccordionGroup>
    <Accordion title="Changed · 2 actions updated">
      `nutshell_set_lead_stageset`, `nutshell_update_lead`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.2.0" description="13 Aug 2026">
  `bug-fix` `description-fix`

  Fix 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.

  <AccordionGroup>
    <Accordion title="Changed · 5 actions updated">
      `nutshell_create_contact`, `nutshell_set_lead_stageset`, `nutshell_update_account`, `nutshell_update_contact`, `nutshell_update_task`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="11 Aug 2026">
  `bug-fix` `description-fix`

  Fix 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.
</Update>
