Skip to main content
Glama

HubSpot MCP Server

engagement_details_create

Create new engagements in HubSpot CRM including emails, calls, meetings, tasks, and notes with detailed information and associations to contacts, companies, or deals.

Instructions

Create a new engagement with details

Input Schema

NameRequiredDescriptionDefault
engagementYes
associationsNo
metadataNo

Input Schema (JSON Schema)

{ "properties": { "associations": { "additionalProperties": false, "properties": { "companyIds": { "items": { "type": "string" }, "type": "array" }, "contactIds": { "items": { "type": "string" }, "type": "array" }, "dealIds": { "items": { "type": "string" }, "type": "array" }, "ownerIds": { "items": { "type": "string" }, "type": "array" }, "ticketIds": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "engagement": { "additionalProperties": {}, "properties": { "activityType": { "type": "string" }, "description": { "type": "string" }, "endTime": { "type": "string" }, "loggedAt": { "type": "string" }, "owner": { "additionalProperties": false, "properties": { "email": { "format": "email", "type": "string" }, "id": { "type": "string" } }, "required": [ "id", "email" ], "type": "object" }, "startTime": { "type": "string" }, "status": { "type": "string" }, "title": { "type": "string" }, "type": { "enum": [ "EMAIL", "CALL", "MEETING", "TASK", "NOTE" ], "type": "string" } }, "required": [ "type", "title" ], "type": "object" }, "metadata": { "additionalProperties": {}, "type": "object" } }, "required": [ "engagement" ], "type": "object" }

Other Tools from HubSpot MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/amanagarwal13/hubspot-mcp-shinzo'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server