Events
- Active Campaign
- Acuity
- Athena
- Axle Health
- Butterfly Labs
- Calendly
- Customer.io
- Elation
- Feathery
- Formsort
- Healthie
- Hubspot
- IntakeQ
- Junction
- Morf
- Posthog
- 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
v1
Create Note
Documentation for the Create Note action for Hubspot
Copy
Ask AI
{
"$result_object_key": {
"archived": false,
"archived_at": "2024-07-04T10:32:12+00:00",
"created_at": "2024-07-04T10:32:12+00:00",
"id": "2970281109",
"properties": {
"hs_attachment_ids": "123456;78910;45678",
"hs_note_body": "Note body",
"hs_timestamp": "2024-07-04T10:32:12+00:00",
"hubspot_owner_id": "2970281109"
},
"updated_at": "2024-07-04T10:32:12+00:00"
}
}
Copy
Ask AI
{
"$result_object_key": {
"archived": "Whether the note was archived",
"archived_at": "When the note was archived",
"created_at": "When the note was created",
"id": "ID",
"properties": {
"key": null,
"value": null
},
"updated_at": "When the note was updated"
}
}
Parameters
Hide parameters
Hide parameters
Copy
Ask AI
{
"$result_object_key": {
"archived": false,
"archived_at": "2024-07-04T10:32:12+00:00",
"created_at": "2024-07-04T10:32:12+00:00",
"id": "2970281109",
"properties": {
"hs_attachment_ids": "123456;78910;45678",
"hs_note_body": "Note body",
"hs_timestamp": "2024-07-04T10:32:12+00:00",
"hubspot_owner_id": "2970281109"
},
"updated_at": "2024-07-04T10:32:12+00:00"
}
}
Copy
Ask AI
{
"$result_object_key": {
"archived": "Whether the note was archived",
"archived_at": "When the note was archived",
"created_at": "When the note was created",
"id": "ID",
"properties": {
"key": null,
"value": null
},
"updated_at": "When the note 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
CEL
Copy
Ask AI
$result_object_key.id
Example
Copy
Ask AI
"2970281109"
Note properties
CEL
Copy
Ask AI
$result_object_key.properties
Example
Copy
Ask AI
{
"hs_attachment_ids": "123456;78910;45678",
"hs_note_body": "Note body",
"hs_timestamp": "2024-07-04T10:32:12+00:00",
"hubspot_owner_id": "2970281109"
}
Whether the note was archived
CEL
Copy
Ask AI
$result_object_key.archived
Example
Copy
Ask AI
false
When the note was archived
CEL
Copy
Ask AI
$result_object_key.archived_at
Example
Copy
Ask AI
"2024-07-04T10:32:12+00:00"
When the note was created
CEL
Copy
Ask AI
$result_object_key.created_at
Example
Copy
Ask AI
"2024-07-04T10:32:12+00:00"
When the note was updated
CEL
Copy
Ask AI
$result_object_key.updated_at
Example
Copy
Ask AI
"2024-07-04T10:32:12+00:00"
Copy
Ask AI
{
"$result_object_key": {
"archived": false,
"archived_at": "2024-07-04T10:32:12+00:00",
"created_at": "2024-07-04T10:32:12+00:00",
"id": "2970281109",
"properties": {
"hs_attachment_ids": "123456;78910;45678",
"hs_note_body": "Note body",
"hs_timestamp": "2024-07-04T10:32:12+00:00",
"hubspot_owner_id": "2970281109"
},
"updated_at": "2024-07-04T10:32:12+00:00"
}
}
Copy
Ask AI
{
"$result_object_key": {
"archived": "Whether the note was archived",
"archived_at": "When the note was archived",
"created_at": "When the note was created",
"id": "ID",
"properties": {
"key": null,
"value": null
},
"updated_at": "When the note was updated"
}
}
Assistant
Responses are generated using AI and may contain mistakes.