HubSpot MCP

by shinzo-labs
Verified

meetings_update

Modify meeting details such as title, time, location, outcome, and owner directly in HubSpot CRM. Ensure accurate and up-to-date meeting schedules and information.

Instructions

Update an existing meeting

Input Schema

NameRequiredDescriptionDefault
meetingIdYes
propertiesYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "meetingId": { "type": "string" }, "properties": { "additionalProperties": false, "properties": { "hs_meeting_body": { "type": "string" }, "hs_meeting_end_time": { "type": "string" }, "hs_meeting_location": { "type": "string" }, "hs_meeting_outcome": { "enum": [ "SCHEDULED", "COMPLETED", "CANCELED" ], "type": "string" }, "hs_meeting_start_time": { "type": "string" }, "hs_meeting_title": { "type": "string" }, "hubspot_owner_id": { "type": "string" } }, "type": "object" } }, "required": [ "meetingId", "properties" ], "type": "object" }

You must be authenticated.

Other Tools from HubSpot MCP

Related Tools

ID: rvn6na254i