hubspot-list-notes

Retrieve HubSpot CRM note engagements with pagination and plain-text output.

2|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill hubspot-list-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hubspot-list-notes
Source: https://github.com/abdullahbeam/nexus-design-abdullah/tree/main/00-system/skills/hubspot/hubspot-list-notes
Command: npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill hubspot-list-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually searching for past note engagements in HubSpot CRM wastes time and disrupts workflow, especially when preparing for client follow-ups or reviewing interaction history.

Core Features & Use Cases

  • Note Record Retrieval: Fetches logged note engagements with unique IDs, timestamps, and full content directly from HubSpot CRM.
  • Flexible Querying: Supports default 10-result limits, custom limit adjustments, and cursor-based pagination for large note datasets.
  • Readable Output: Automatically strips HTML formatting from note content to display plain-text conversation history that is easy to scan.
  • Use Case: A sales representative preparing for a check-in with a lead can use this skill to pull all past notes for the contact in seconds, instead of scrolling through the HubSpot interface to find relevant context.

Quick Start

Use the hubspot-list-notes skill to retrieve the 10 most recent note records from your connected HubSpot CRM.

Frequently Asked Questions about hubspot-list-notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve HubSpot contact note history without manually searching the CRM?

Retrieve HubSpot contact note history by fetching logged note engagements directly, returning unique IDs, timestamps, and plain-text content to eliminate manual CRM navigation.

Can I pull more than the default number of HubSpot notes for a contact?

Yes, you can pull more than the default 10 HubSpot notes by applying custom result limits and using cursor-based pagination to navigate through large datasets of contact note engagement records.

Does this method for retrieving HubSpot notes strip out HTML formatting?

Yes, retrieving HubSpot notes with this method automatically strips HTML formatting from note bodies, outputting readable plain-text conversation history that is easy to scan for sales and support context.

Is there a way to automate HubSpot sales engagement note retrieval for client follow-ups?

Yes, you can automate HubSpot sales engagement note retrieval for client follow-ups by fetching structured interaction history with timestamps and plain-text content, allowing quick review before check-ins.

What are the limitations of cursor-based pagination for HubSpot note data retrieval?

The limitation of cursor-based pagination for HubSpot note data retrieval is that you must manage cursor tokens sequentially to fetch records beyond the default or custom result limits, preventing arbitrary page skipping.