EngagementsScheduledTasks
List of tasks scheduled for an engagement.
Table Specific Information
EngagementsScheduledTasks represent a list of scheduled tasks for the engagements you have in HubSpot.
SELECT
When selecting engagements' scheduled tasks, they can only be filtered by the EngagementId. For instance:
SELECT * FROM EngagementsScheduledTasks WHERE EngagementId = 12345
Columns
Name | Type | References | Description |
EngagementId | Long | The id of the engagement. | |
UUID | String | The scheduled task's uniqe Id. | |
PortalId | Integer | The portal id the engagement is associated with. | |
EngagementType | String | The type of engagement. | |
TaskType | String | The type of the scheduled task. | |
Timestamp | Datetime | Time when the task was scheduled. |