Events
- Active Campaign
- Acuity
- Athena
- Axle Health
- Butterfly Labs
- Calendly
- Customer.io
- Elation
- Feathery
- Formsort
- Healthie
- Hubspot
- IntakeQ
- Junction
- Morf
- Segment
Actions
- Active Campaign
- Athena
- Customer.io
- Elation
- Facebook
- Freshdesk
- Google
- Healthie
- Hubspot
- IntakeQ
- Intercom
- Mixpanel
- Morf
- Nextdoor
- Open Phone
- Segment
- Slack
- Spruce
- Stedi
- Stripe
- Tiktok
- Twilio
Search Users
Documentation for the Search Users action for Hubspot
Copy
{
"$result_object_key": [
{
"archived": false,
"archived_at": "2024-07-04T10:32:12+00:00",
"created_at": "2024-07-04T10:32:12+00:00",
"id": "39580875173",
"properties": {
"hs_createdate": "2024-07-19T11:58:57.046Z",
"hs_lastmodifieddate": "2024-07-19T14:29:14.882Z",
"hs_object_id": 12345789
},
"updated_at": "2024-07-04T10:32:12+00:00"
}
]
}
Copy
{
"$result_object_key": [
{
"archived": "Whether the user was archived",
"archived_at": "When the user was archived",
"created_at": "When the user was created",
"id": "ID",
"properties": {
"key": null,
"value": null
},
"updated_at": "When the user was updated"
}
]
}
Parameters
Copy
{
"$result_object_key": [
{
"archived": false,
"archived_at": "2024-07-04T10:32:12+00:00",
"created_at": "2024-07-04T10:32:12+00:00",
"id": "39580875173",
"properties": {
"hs_createdate": "2024-07-19T11:58:57.046Z",
"hs_lastmodifieddate": "2024-07-19T14:29:14.882Z",
"hs_object_id": 12345789
},
"updated_at": "2024-07-04T10:32:12+00:00"
}
]
}
Copy
{
"$result_object_key": [
{
"archived": "Whether the user was archived",
"archived_at": "When the user was archived",
"created_at": "When the user was created",
"id": "ID",
"properties": {
"key": null,
"value": null
},
"updated_at": "When the user 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
.
ID
CEL
Copy
$result_object_key[*].id
Example
Copy
"39580875173"
User properties
CEL
Copy
$result_object_key[*].properties
Example
Copy
{
"hs_createdate": "2024-07-19T11:58:57.046Z",
"hs_lastmodifieddate": "2024-07-19T14:29:14.882Z",
"hs_object_id": 12345789
}
Whether the user was archived
CEL
Copy
$result_object_key[*].archived
Example
Copy
false
When the user was archived
CEL
Copy
$result_object_key[*].archived_at
Example
Copy
"2024-07-04T10:32:12+00:00"
When the user was created
CEL
Copy
$result_object_key[*].created_at
Example
Copy
"2024-07-04T10:32:12+00:00"
When the user was updated
CEL
Copy
$result_object_key[*].updated_at
Example
Copy
"2024-07-04T10:32:12+00:00"
Copy
{
"$result_object_key": [
{
"archived": false,
"archived_at": "2024-07-04T10:32:12+00:00",
"created_at": "2024-07-04T10:32:12+00:00",
"id": "39580875173",
"properties": {
"hs_createdate": "2024-07-19T11:58:57.046Z",
"hs_lastmodifieddate": "2024-07-19T14:29:14.882Z",
"hs_object_id": 12345789
},
"updated_at": "2024-07-04T10:32:12+00:00"
}
]
}
Copy
{
"$result_object_key": [
{
"archived": "Whether the user was archived",
"archived_at": "When the user was archived",
"created_at": "When the user was created",
"id": "ID",
"properties": {
"key": null,
"value": null
},
"updated_at": "When the user was updated"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.