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
Create Or Update Contact
Documentation for the Create Or Update Contact 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": {
"email": "john.smith@gmail.com",
"firstname": "John",
"lastname": "Smith"
},
"recently_updated_property_names": [
"email",
"firstname",
"lastname"
],
"updated_at": "2024-07-04T10:32:12+00:00"
}
}
{
"$result_object_key": {
"archived": "Whether the contact was archived",
"archived_at": "When the contact was archived",
"created_at": "When the contact was created",
"id": "ID",
"properties": {
"key": null,
"value": null
},
"recently_updated_property_names": "The properties that were updated for a webhook event triggering this event payload to be created",
"updated_at": "When the contact was updated"
}
}
Parameters
ID
This field maps to the destination API id
field.
PII
This field maps to the destination API email
field.
PII
This field maps to the destination API firstName
field.
PII
This field maps to the destination API lastName
field.
PII
This field maps to the destination API phone
field.
PII
This field maps to the destination API address
field.
PII
This field maps to the destination API city
field.
This field maps to the destination API state
field.
PII
This field maps to the destination API zip
field.
HI
ID
PII
This field maps to the destination API properties
field.
ID
This field maps to the destination API associations
field.
ID
This field maps to the destination API associations
field.
ID
This field maps to the destination API associations
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": {
"email": "john.smith@gmail.com",
"firstname": "John",
"lastname": "Smith"
},
"recently_updated_property_names": [
"email",
"firstname",
"lastname"
],
"updated_at": "2024-07-04T10:32:12+00:00"
}
}
{
"$result_object_key": {
"archived": "Whether the contact was archived",
"archived_at": "When the contact was archived",
"created_at": "When the contact was created",
"id": "ID",
"properties": {
"key": null,
"value": null
},
"recently_updated_property_names": "The properties that were updated for a webhook event triggering this event payload to be created",
"updated_at": "When the contact 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
ID
$result_object_key.id
"39580875173"
HI
ID
PII
Contact properties
$result_object_key.properties
{
"email": "john.smith@gmail.com",
"firstname": "John",
"lastname": "Smith"
}
Whether the contact was archived
$result_object_key.archived
false
When the contact was archived
$result_object_key.archived_at
"2024-07-04T10:32:12+00:00"
When the contact was created
$result_object_key.created_at
"2024-07-04T10:32:12+00:00"
When the contact was updated
$result_object_key.updated_at
"2024-07-04T10:32:12+00:00"
The properties that were updated for a webhook event triggering this event payload to be created
$result_object_key.recently_updated_property_names
[
"email",
"firstname",
"lastname"
]
{
"$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": {
"email": "john.smith@gmail.com",
"firstname": "John",
"lastname": "Smith"
},
"recently_updated_property_names": [
"email",
"firstname",
"lastname"
],
"updated_at": "2024-07-04T10:32:12+00:00"
}
}
{
"$result_object_key": {
"archived": "Whether the contact was archived",
"archived_at": "When the contact was archived",
"created_at": "When the contact was created",
"id": "ID",
"properties": {
"key": null,
"value": null
},
"recently_updated_property_names": "The properties that were updated for a webhook event triggering this event payload to be created",
"updated_at": "When the contact was updated"
}
}