HubSpot MCP Server

MIT License
  • Linux
  • Apple

hubspot_get_recent_engagements

Retrieve recent engagement activities from HubSpot CRM, including contacts and companies, based on a specified time frame and result limit.

Instructions

Get recent engagement activities across all contacts and companies

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days to look back (default: 7)
limitNoMaximum number of engagements to return (default: 50)

Input Schema (JSON Schema)

{ "properties": { "days": { "description": "Number of days to look back (default: 7)", "type": "integer" }, "limit": { "description": "Maximum number of engagements to return (default: 50)", "type": "integer" } }, "type": "object" }
ID: rt2f3pgyin