Parameters
Hide parameters
Hide parameters
ID
This field maps to the destination API properties.id field.This field maps to the destination API
properties.hs_timestamp field.This field maps to the destination API
properties.hs_task_body field.This field maps to the destination API
properties.hs_task_subject field.This field maps to the destination API
properties.hs_task_status field.Allowed Enumeration Values
Copy
Ask AI
TASK_STATUS_NOT_STARTED
TASK_STATUS_COMPLETED
This field maps to the destination API
properties.hs_task_type field.Allowed Enumeration Values
Copy
Ask AI
TASK_TYPE_EMAIL
TASK_TYPE_CALL
TASK_TYPE_TO_DO
This field maps to the destination API
properties.hs_task_priority field.Allowed Enumeration Values
Copy
Ask AI
TASK_PRIORITY_LOW
TASK_PRIORITY_MEDIUM
TASK_PRIORITY_HIGH
This field maps to the destination API
properties.hubspot_owner_id field.This field maps to the destination API
properties.hs_task_reminders field.Copy
Ask AI
{
"$result_object_key": {
"body": "Task body",
"created_at": "2025-10-08T14:33:28.689Z",
"id": "90812527287",
"owner_id": "356852704",
"priority": "HIGH",
"properties": {
"hs_task_family": "SALES",
"hs_task_for_object_type": "OWNER",
"hs_task_is_all_day": "false",
"hs_task_is_past_due_date": "true"
},
"reminder": "2024-08-15T02:00:00+00:00",
"status": "NOT_STARTED",
"subject": "Task subject",
"timestamp": "1970-01-20T22:43:40.800Z",
"type": "CALL",
"updated_at": "2025-10-08T14:33:28.689Z"
}
}
Copy
Ask AI
{
"$result_object_key": {
"body": "The body of the task",
"created_at": "When the task was created",
"id": "ID",
"owner_id": "The owner ID for the task",
"priority": "The priority of the task",
"properties": {
"key": null,
"value": null
},
"reminder": "The reminder timestamp for the task",
"status": "The status of the task",
"subject": "The subject of the task",
"timestamp": "Timestamp for the task",
"type": "The type of task",
"updated_at": "When the task was updated"
}
}
Result Object Field Details
You can use the result of the action’s data as inputs to downstream workflow actions. Each fetch action requires a result object key to be specified which will nest the action’s result data inside the downstream data context in the Workflow. Here we demonstrate how to refer to this data using the prefix$result_object_key.
Hide fields
Hide fields
ID IDCEL
Copy
Ask AI
$result_object_key.id
Example
Copy
Ask AI
"90812527287"
When the task was created
CEL
Copy
Ask AI
$result_object_key.created_at
Example
Copy
Ask AI
"2025-10-08T14:33:28.689Z"
When the task was updated
CEL
Copy
Ask AI
$result_object_key.updated_at
Example
Copy
Ask AI
"2025-10-08T14:33:28.689Z"
Timestamp for the task
CEL
Copy
Ask AI
$result_object_key.timestamp
Example
Copy
Ask AI
"1970-01-20T22:43:40.800Z"
HI PII The body of the taskCEL
Copy
Ask AI
$result_object_key.body
Example
Copy
Ask AI
"Task body"
HI PII The subject of the taskCEL
Copy
Ask AI
$result_object_key.subject
Example
Copy
Ask AI
"Task subject"
The reminder timestamp for the task
CEL
Copy
Ask AI
$result_object_key.reminder
Example
Copy
Ask AI
"2024-08-15T02:00:00+00:00"
ID The owner ID for the taskCEL
Copy
Ask AI
$result_object_key.owner_id
Example
Copy
Ask AI
"356852704"
The type of task
CEL
Copy
Ask AI
$result_object_key.type
Example
Copy
Ask AI
hubspot.v1.TaskType.TASK_TYPE_EMAIL
hubspot.v1.TaskType.TASK_TYPE_CALL
hubspot.v1.TaskType.TASK_TYPE_TO_DO
The priority of the task
CEL
Copy
Ask AI
$result_object_key.priority
Example
Copy
Ask AI
hubspot.v1.TaskPriority.TASK_PRIORITY_LOW
hubspot.v1.TaskPriority.TASK_PRIORITY_MEDIUM
hubspot.v1.TaskPriority.TASK_PRIORITY_HIGH
The status of the task
CEL
Copy
Ask AI
$result_object_key.status
Example
Copy
Ask AI
hubspot.v1.TaskStatus.TASK_STATUS_NOT_STARTED
hubspot.v1.TaskStatus.TASK_STATUS_COMPLETED
Task properties
CEL
Copy
Ask AI
$result_object_key.properties
Example
Copy
Ask AI
{
"hs_task_family": "SALES",
"hs_task_for_object_type": "OWNER",
"hs_task_is_all_day": "false",
"hs_task_is_past_due_date": "true"
}
