Documentation Index
Fetch the complete documentation index at: https://docs.morf.health/docs/llms.txt
Use this file to discover all available pages before exploring further.
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
TASK_STATUS_NOT_STARTED
TASK_STATUS_COMPLETED
This field maps to the destination API
properties.hs_task_type field.Allowed Enumeration Values
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
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.{
"$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"
}
}
{
"$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
$result_object_key.id
Example
"90812527287"
When the task was created
CEL
$result_object_key.created_at
Example
"2025-10-08T14:33:28.689Z"
When the task was updated
CEL
$result_object_key.updated_at
Example
"2025-10-08T14:33:28.689Z"
Timestamp for the task
CEL
$result_object_key.timestamp
Example
"1970-01-20T22:43:40.800Z"
HI PII The body of the taskCEL
$result_object_key.body
Example
"Task body"
HI PII The subject of the taskCEL
$result_object_key.subject
Example
"Task subject"
The reminder timestamp for the task
CEL
$result_object_key.reminder
Example
"2024-08-15T02:00:00+00:00"
ID The owner ID for the taskCEL
$result_object_key.owner_id
Example
"356852704"
The type of task
CEL
$result_object_key.type
Example
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
$result_object_key.priority
Example
hubspot.v1.TaskPriority.TASK_PRIORITY_LOW
hubspot.v1.TaskPriority.TASK_PRIORITY_MEDIUM
hubspot.v1.TaskPriority.TASK_PRIORITY_HIGH
The status of the task
CEL
$result_object_key.status
Example
hubspot.v1.TaskStatus.TASK_STATUS_NOT_STARTED
hubspot.v1.TaskStatus.TASK_STATUS_COMPLETED
Task properties
CEL
$result_object_key.properties
Example
{
"hs_task_family": "SALES",
"hs_task_for_object_type": "OWNER",
"hs_task_is_all_day": "false",
"hs_task_is_past_due_date": "true"
}
