Skip to main content

Nutshell connector

Back to the connector overview, authentication methods, and actions.
13 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.
nutshell_create_contact, nutshell_set_lead_stageset, nutshell_update_account, nutshell_update_contact, nutshell_update_task
11 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.