Search Companies
Events
- Active Campaign
- Acuity
- Axle Health
- Butterfly Labs
- Calendly
- Customer.io
- Elation
- Feathery
- Formsort
- Healthie
- Hubspot
- IntakeQ
- Junction
- Morf
- Segment
Actions
- Active Campaign
- Customer.io
- Facebook
- Freshdesk
- Google
- Healthie
- Hubspot
- IntakeQ
- Intercom
- Mixpanel
- Morf
- Nextdoor
- Open Phone
- Segment
- Slack
- Spruce
- Stedi
- Stripe
- Tiktok
- Twilio
Search Companies
Documentation for the Search Companies action for Hubspot
{
"$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": {
"createdate": "2024-07-16T10:41:02.266Z",
"domain": "hubspot.com",
"hs_lastmodifieddate": "2024-07-16T14:27:29.505Z",
"hs_object_id": "21922175156",
"name": "Hubspot"
},
"updated_at": "2024-07-04T10:32:12+00:00"
}
]
}
{
"$result_object_key": [
{
"archived": "Whether the company was archived",
"archived_at": "When the company was archived",
"created_at": "When the company was created",
"id": "ID",
"properties": {
"key": null,
"value": null
},
"updated_at": "When the company was updated"
}
]
}
Parameters
HI
ID
PII
This field maps to the destination API properties
field.
{
"$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": {
"createdate": "2024-07-16T10:41:02.266Z",
"domain": "hubspot.com",
"hs_lastmodifieddate": "2024-07-16T14:27:29.505Z",
"hs_object_id": "21922175156",
"name": "Hubspot"
},
"updated_at": "2024-07-04T10:32:12+00:00"
}
]
}
{
"$result_object_key": [
{
"archived": "Whether the company was archived",
"archived_at": "When the company was archived",
"created_at": "When the company was created",
"id": "ID",
"properties": {
"key": null,
"value": null
},
"updated_at": "When the company 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
$result_object_key[*].id
Example
"39580875173"
HI
ID
PII
Company properties
CEL
$result_object_key[*].properties
Example
{
"createdate": "2024-07-16T10:41:02.266Z",
"domain": "hubspot.com",
"hs_lastmodifieddate": "2024-07-16T14:27:29.505Z",
"hs_object_id": "21922175156",
"name": "Hubspot"
}
Whether the company was archived
CEL
$result_object_key[*].archived
Example
false
When the company was archived
CEL
$result_object_key[*].archived_at
Example
"2024-07-04T10:32:12+00:00"
When the company was created
CEL
$result_object_key[*].created_at
Example
"2024-07-04T10:32:12+00:00"
When the company was updated
CEL
$result_object_key[*].updated_at
Example
"2024-07-04T10:32:12+00:00"
{
"$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": {
"createdate": "2024-07-16T10:41:02.266Z",
"domain": "hubspot.com",
"hs_lastmodifieddate": "2024-07-16T14:27:29.505Z",
"hs_object_id": "21922175156",
"name": "Hubspot"
},
"updated_at": "2024-07-04T10:32:12+00:00"
}
]
}
{
"$result_object_key": [
{
"archived": "Whether the company was archived",
"archived_at": "When the company was archived",
"created_at": "When the company was created",
"id": "ID",
"properties": {
"key": null,
"value": null
},
"updated_at": "When the company was updated"
}
]
}