Excel Add-In for HubSpot

Build 25.0.9434

EngagementScheduledTasks

Lists tasks that are scheduled as part of an engagement, useful for task management and follow-ups.

Table Specific Information

EngagementScheduledTasks represent a list of scheduled tasks for the engagements you have in HubSpot.

SELECT

When selecting engagement scheduled tasks, they can only be filtered by the EngagementId. For instance:

SELECT * FROM EngagementScheduledTasks WHERE EngagementId = 12345

Columns

Name Type References Description
EngagementId Long Unique identifier assigned to the engagement associated with the scheduled task.
UUID String Unique identifier of the scheduled task.
PortalId Long HubSpot portal ID associated with the engagement and task.
EngagementType String Type of engagement, such as NOTE, TASK, CALL, MEETING, or EMAIL.
TaskType String Classification of the scheduled task, specifying the type of activity to be performed.
Timestamp Datetime Timestamp indicating when the task was scheduled to occur.

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