Nutshell

Nutshell is a flexible CRM and email marketing platform that helps small businesses manage contacts, sales pipelines, and customer relationships.

78 actions Integration catalog
Request access
Connect Nutshell once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create AccountsNUTSHELL_CREATE_ACCOUNTS
Tool to create one or more accounts in Nutshell. Use when you need to add new company accounts. Each account must have at least one of: name, phone, email, address, or url.
Create Custom Field for AccountsNUTSHELL_CREATE_ACCOUNTS_CUSTOMFIELDS
Tool to create a custom field for accounts in Nutshell. Use when you need to add new custom fields to track additional information on company accounts. Supports Text, LongText, Currency, Date, and Decision field types.
Create ActivitiesNUTSHELL_CREATE_ACTIVITIES
Tool to create one or more activities in Nutshell CRM. Use when you need to log a completed activity or schedule a future activity such as phone calls, meetings, emails, or notes. All activity fields are optional except the activities array itself. At minimum, provide a name or activityType for meaningful activities.
Create ContactsNUTSHELL_CREATE_CONTACTS
Tool to create one or more contacts in Nutshell CRM. Use when you need to add new contacts to the system. Each contact must have at least one identifier field (name, phone, email, address, or url).
Create LeadNUTSHELL_CREATE_LEADS
Tool to create a lead in Nutshell CRM using the JSON-RPC API. Use when you need to add a new lead to the system. The description field is required, while other fields like manualValue, dueTime, customFields, and links are optional.
Create Custom Field for LeadsNUTSHELL_CREATE_LEADS_CUSTOMFIELD
Tool to create a custom field for leads in Nutshell. Use when you need to add new custom fields to track additional information on leads. Supports Text, Email, Currency, and Date field types.
Create NotesNUTSHELL_CREATE_NOTES
Tool to create a note in Nutshell. Use when you need to add notes to contacts, leads, accounts, or other entities in Nutshell CRM. The note will be attached to the specified parent entity.
Create SourcesNUTSHELL_CREATE_SOURCES
Tool to create new sources in Nutshell CRM. Use when you need to add source tracking for leads or contacts. Sources help categorize where leads originate (e.g., organic search, paid ads).
Create TagsNUTSHELL_CREATE_TAGS
Tool to create one or more tags in Nutshell. Use when you need to create new tags for categorizing leads, contacts, or accounts. Each tag requires a name and tagType (1=leads, 2=contacts, 3=accounts).
Delete AccountNUTSHELL_DELETE_ACCOUNT
Tool to delete an account from Nutshell. Use when you need to permanently remove an account. Deletion is permanent and cannot be undone.
Delete ContactNUTSHELL_DELETE_CONTACTS
Tool to delete a contact by ID. Use when you need to remove a contact from Nutshell. Returns success confirmation upon deletion.
Delete LeadNUTSHELL_DELETE_LEADS
Tool to delete a lead from Nutshell CRM. Use when you need to remove a lead. Note: Nutshell soft-deletes leads by default, allowing for potential recovery.
Delete NoteNUTSHELL_DELETE_NOTES
Tool to delete a note from Nutshell CRM. Use when you need to permanently remove a note. Returns the deleted note information including deletion timestamp.
Delete Product MapNUTSHELL_DELETE_PRODUCTMAPS
Tool to delete a product on a lead. Use when you need to remove a product mapping from a lead. The deletion is permanent and returns the details of the deleted product map.
Delete TaskNUTSHELL_DELETE_TASKS
Tool to delete a task from Nutshell CRM. Use when you need to remove a task. Note: Nutshell soft-deletes tasks by default, allowing for potential recovery.
Edit Nutshell AccountNUTSHELL_EDIT_ACCOUNT
Tool to edit an existing account in Nutshell CRM. Updates specified fields of an account using the account ID and revision identifier. Supports file uploads via two-step process: specify file in request, receive upload URI in response, POST file to URI. Use when you need to modify account details like name, description, tags, contact information, or associations.
Get AccountNUTSHELL_GET_ACCOUNT
Tool to retrieve an account from Nutshell. Use when you need to get details about a specific account. Supports retrieving multiple accounts by providing comma-separated IDs.
Get Account Custom FieldsNUTSHELL_GET_ACCOUNTS_CUSTOMFIELDS
Tool to retrieve custom fields for a specific account in Nutshell. Use when you need to view custom field definitions and values associated with an account.
Get ActivityNUTSHELL_GET_ACTIVITIES
Tool to retrieve a single activity by ID from Nutshell CRM. Use when you need to get details about a specific activity. The activity ID must be in the format '{integer}-activities' (e.g., '7-activities').
Get ContactNUTSHELL_GET_CONTACTS
Tool to retrieve a specific contact by ID from Nutshell CRM. Use when you need to get detailed information about a contact.
Get Contact Custom FieldsNUTSHELL_GET_CONTACTS_CUSTOMFIELDS
Tool to retrieve custom fields for a specific contact in Nutshell. Use when you need to view custom field definitions and values associated with a contact.
Get LeadNUTSHELL_GET_LEADS
Tool to retrieve a specific lead by ID from Nutshell CRM. Use when you need to get detailed information about a lead.
Get Lead's Custom FieldsNUTSHELL_GET_LEADS_CUSTOMFIELDS
Tool to retrieve custom fields for a specific lead in Nutshell CRM. Use when you need to get all custom field data associated with a lead. The lead ID must be in the format '{integer}-leads' (e.g., '1003-leads').
Get NoteNUTSHELL_GET_NOTES
Tool to retrieve a single note by ID from Nutshell CRM. Use when you need to get details about a specific note. The note ID must be in the format '{integer}-notes' (e.g., '3-notes').
Get Product CategoryNUTSHELL_GET_PRODUCTCATEGORIES
Tool to retrieve a single product category by ID from Nutshell CRM. Use when you need to get details about a specific product category. The product category ID must be in the format '{integer}-productCategories' (e.g., '3-productCategories').
Get TaskNUTSHELL_GET_TASKS
Tool to retrieve a single task by ID from Nutshell CRM. Use when you need to get details about a specific task. The task ID must be in the format '{integer}-tasks' (e.g., '7-tasks').
List Account Custom Field AttributesNUTSHELL_LIST_ACCOUNTS_CUSTOMFIELD_ATTRIBUTES
Tool to retrieve all account custom field attributes from Nutshell CRM. Use when you need to discover what custom fields are available for account records and their metadata.
List Account FieldsNUTSHELL_LIST_ACCOUNTS_FIELDS
Tool to retrieve all available fields for accounts in Nutshell. Use when you need to discover what fields are available for account records, their types, and capabilities.
List AccountsNUTSHELL_LIST_ACCOUNTS_LIST_ITEMS
Tool to retrieve list items for all accounts in Nutshell CRM. Use when you need to get a list of accounts with optional filtering and sorting.
List Account TypesNUTSHELL_LIST_ACCOUNTTYPES
Tool to retrieve a list of all account types from Nutshell CRM. Use when you need to see available account type options or get account type IDs.
List ActivitiesNUTSHELL_LIST_ACTIVITIES
Tool to retrieve a list of activities from Nutshell CRM. Use when you need to get multiple activities with optional filtering by participants, status, date range, or other criteria.
List Activity TypesNUTSHELL_LIST_ACTIVITYTYPES
Tool to retrieve a list of all activity types from Nutshell CRM. Use when you need to see available activity type options or get activity type IDs.
List Competitor MapsNUTSHELL_LIST_COMPETITORMAPS
Tool to get a list of lead-competitor relationships from Nutshell CRM. Use when you need to retrieve competitor mapping information for leads.
List CompetitorsNUTSHELL_LIST_COMPETITORS
Tool to get a list of competitors from Nutshell CRM. Use when you need to retrieve all competitors or search for specific competitors by name.
List ContactsNUTSHELL_LIST_CONTACTS
Tool to get a list of contacts from Nutshell CRM. Use when you need to retrieve multiple contacts with optional filtering, searching, sorting, and pagination.
List Contact Custom Field AttributesNUTSHELL_LIST_CONTACTS_CUSTOMFIELD_ATTRIBUTES
Tool to retrieve all available custom field attributes for contacts in Nutshell. Use when you need to discover which custom fields can be used with contacts.
List Contact FieldsNUTSHELL_LIST_CONTACTS_FIELDS
Tool to retrieve all available fields for contacts in Nutshell. Use when you need to discover what fields are available for contact records, their types, and capabilities.
List ContactsNUTSHELL_LIST_CONTACTS_LIST_ITEMS
Tool to retrieve list items for all contacts in Nutshell CRM. Use when you need to get a list of contacts with optional filtering and sorting.
List Deleted EventsNUTSHELL_LIST_DELETED_EVENTS
Tool to get a feed of deletion events from Nutshell CRM. Use when you need to track which entities have been deleted and when.
List EditionsNUTSHELL_LIST_EDITIONS
Tool to retrieve a list of all editions from Nutshell CRM. Use when you need to see available edition options or get edition IDs.
List EventsNUTSHELL_LIST_EVENTS
Tool to get a list of events from Nutshell CRM. Use when you need to retrieve activity feed events with optional filtering by time range, entity, event types, or creator.
List FiltersNUTSHELL_LIST_FILTERS
Tool to get saved filters from Nutshell CRM. Use when you need to retrieve saved filters for reports or entity lists (leads, contacts, accounts).
List FormsNUTSHELL_LIST_FORMS
Tool to get all forms from Nutshell. Use when you need to retrieve the complete list of available forms in the Nutshell instance.
List IndustriesNUTSHELL_LIST_INDUSTRIES
Tool to retrieve a list of all industries from Nutshell CRM. Use when you need to see available industry options or get industry IDs.
List InvoicesNUTSHELL_LIST_INVOICES
Tool to get a list of invoices from Nutshell CRM. Use when you need to retrieve invoices with optional filtering by lead, date range, and pagination.
List LeadsNUTSHELL_LIST_LEADS
Tool to get a list of leads from Nutshell CRM. Use when you need to retrieve multiple leads with optional filtering, searching, sorting, and pagination.
List Lead Custom Field AttributesNUTSHELL_LIST_LEADS_CUSTOMFIELD_ATTRIBUTES
Tool to retrieve all applicable custom field attributes for leads in Nutshell CRM. Use when you need to see available custom field definitions, types, and configuration for leads.
List Lead FieldsNUTSHELL_LIST_LEADS_FIELDS
Tool to retrieve all available fields for leads in Nutshell. Use when you need to discover what fields are available for lead records, their types, and capabilities.
List LeadsNUTSHELL_LIST_LEADS_LIST_ITEMS
Tool to retrieve list items for all leads in Nutshell CRM. Use when you need to get a list of leads with optional filtering and sorting.
Get Leads ReportNUTSHELL_LIST_LEADS_REPORT
Tool to get reports for leads from Nutshell CRM. Use when you need to generate analytics or reporting data about leads, such as sales reports, losses, new leads, forecasts, or attribution reports with optional segmentation and time bucketing.
List Lead StagesNUTSHELL_LIST_LEADS_STAGES
Tool to retrieve all stages associated with a specific lead in Nutshell CRM. Use when you need to get the stage progression or workflow stages for a lead.
List MarketsNUTSHELL_LIST_MARKETS
Tool to retrieve a list of all markets from Nutshell CRM. Use when you need to see available markets or get market IDs and currency information.
List NotesNUTSHELL_LIST_NOTES
Tool to get a list of notes from Nutshell CRM. Use when you need to retrieve multiple notes with optional pagination.
List Lead OutcomesNUTSHELL_LIST_OUTCOMES
Tool to retrieve a list of lead outcomes from Nutshell CRM. Use when you need to see available outcome options for leads or get outcome IDs.
List Product CategoriesNUTSHELL_LIST_PRODUCTCATEGORIES
Tool to get a list of all product categories from Nutshell CRM. Use when you need to retrieve all available product categories.
List Product MapsNUTSHELL_LIST_PRODUCTMAPS
Tool to get a list of lead products from Nutshell CRM. Use when you need to retrieve product mapping information for leads.
List ProductsNUTSHELL_LIST_PRODUCTS
Tool to get a list of products from Nutshell CRM. Use when you need to retrieve multiple products with optional filtering by name/SKU and sorting.
List QuotesNUTSHELL_LIST_QUOTES
Tool to get a list of quotes from Nutshell CRM. Use when you need to retrieve quotes with optional filtering by lead, date range, and pagination.
List SourcesNUTSHELL_LIST_SOURCES
Tool to retrieve a list of sources from Nutshell CRM. Use when you need to get all possible sources for leads in your Nutshell instance, with optional filtering by name.
List StagesNUTSHELL_LIST_STAGES
Tool to retrieve a list of all stages from Nutshell CRM. Use when you need to see available pipeline stages or get stage IDs for lead management.
Showing the first 60 of 78 actions.