MCP Server for HubSpot

Build 24.0.9300

EngagementsMeetings

Lists all meeting engagement records in HubSpot, useful for scheduling and meeting tracking.

SELECT

When selecting Meeting Engagements, filtering can be applied to columns marked as "Filterable." For these columns, the supported server-side operator is =.

SELECT * FROM EngagementsMeetings WHERE ID = '96ec8565-3b73-4ee8-9815-f90566ba9c42';
SELECT * FROM EngagementsMeetings WHERE Archived = TRUE;

INSERT


INSERT INTO EngagementsMeetings ([Activity date], [Meeting name], [Meeting description], [Internal Meeting Notes])
VALUES (current_timestamp(), 'Meeting Engagement Title', 'Meeting Engagement Body', 'Internal Note');

UPDATE


UPDATE EngagementsMeetings SET [Meeting start time] = current_timestamp() WHERE ID = '11896378834'

DELETE


DELETE FROM EngagementsMeetings WHERE ID = '11896378834'

Columns

Name Type ReadOnly References Filterable Description
Id [KEY] Long False True

Unique identifier of the object.

Archived Bool True True

Whether the object is archived or not.

CreatedAt Datetime True False

When the object was created.

UpdatedAt Datetime True False

When the object was last updated.

Call and meeting type String False False

The activity type of the engagement.

Business units String False False

The business units this record is assigned to.

AtMentioned Owner Ids String False False

The owners that have been at_mentioned on the engagement.

Attached file IDs String False False

The IDs of the files that are attached to the engagement.

HubSpot attendee owner IDs String False False

List of HubSpot owner IDs for additional attendees.

Body preview String True False

A truncated preview of the engagegement body.

HTML Body Preview String True False

The HTML representation of the engagement body preview.

Body Preview Truncated Bool True False

Indicates whether the engagement body was truncated for the preview.

Activity created by Decimal True False

The user who created the engagement.

Created by user ID Decimal True False

The user that created this object. This value is automatically set by HubSpot and may not be modified.

Create date Datetime True False

The date that an engagement was created.

Engagement Source String False False

The source that created this engagement.

Engagement Source ID String False False

The specific ID of the process that created this engagement.

Follow up action String False False

What action should be performed during follow up.

GDPR deleted Bool True False

Indicates the body of this engagement has been cleared because of a GDPR delete request.

iCalUid String True False

The iCalUid of the synced event.

Internal Meeting Notes String False False

Notes recorded internally by the meeting organizer or participants.

Last modified date Datetime True False

The date any property on this engagement was modified.

Meeting description String False False

The text description of the meeting.

Meeting calendar event hash String False False

The unique hash for the meeting.

Meeting change id String False False

The unique change id for the meeting.

Created From Link ID String False False

Created From Link ID.

Meeting end time Datetime False False

The date when the meeting ends.

External URL String False False

The external URL for the meeting.

Meeting location String False False

Where the meeting takes place.

Location type String False False

The type of location for the meeting event.

Meeting outcome String False False

The outcome of this meeting.

Payments session id String False False

The payments session id for the meeting.

PreMeeting prospect reminders String False False

A list of dates when meeting reminders should be sent to prospects.

Meeting source String True False

The source where the meeting was booked.

Source ID String False False

The source ID of the meeting.

Meeting start time Datetime False False

The date when the meeting starts.

Meeting name String False False

The title of the meeting.

Web conference meeting ID String False False

The meeting ID of the web conference.

Merged object IDs String True False

The list of object IDs that have been merged into this object. This value is automatically set by HubSpot and may not be modified.

Updated by Decimal True False

The user who last updated the engagement.

Record ID Decimal True False

The unique ID for this record. This value is automatically set by HubSpot and may not be modified.

Product name String False False

The name of the product associated with this engagement.

Queue Memberships String False False

The list of queues that contain this engagement.

Read Only Object Bool True False

Is the object read only.

Scheduled tasks String True False

Tasks scheduled as a result of this meeting engagement.

Activity date Datetime False False

The date that an engagement occurred.

Unique creation key String True False

Unique property used for idempotent creates.

Unique ID String False False

The unique ID of the engagement.

Updated by user ID Decimal True False

The user that last updated this object. This value is automatically set by HubSpot and may not be modified.

User IDs of all notification followers String True False

The user IDs of all users that have clicked follow within the object to opt_in to getting follow notifications.

User IDs of all notification unfollowers String True False

The user IDs of all object owners that have clicked unfollow within the object to opt_out of getting follow notifications.

User IDs of all owners String True False

The user IDs of all owners of this object.

Owner Assigned Date Datetime True False

The timestamp when an owner was assigned to this engagement.

Activity assigned to String False False

The user that the activity is assigned to in HubSpot. This can be any HubSpot user or Salesforce integration user_ and can be set manually or via Workflows.

HubSpot Team String True False

The team of the owner of an engagement.

All owner ids String True False

The value of all owner referencing properties for this object_ both default and custom.

All team ids String True False

The team ids corresponding to all owner referencing properties for this object_ both default and custom.

All accessible team ids String True False

The team ids_ including up the team hierarchy_ corresponding to all owner referencing properties for this object_ both default and custom.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9300