Hubspot
Contact
Morf Scheduling
Libraries
- Introduction
- Events
- Active Campaign
- Acuity
- Axle Health
- Butterfly Labs
- Calendly
- Customer Io
- Formsort
- Healthie
- Hubspot
- Intakeq
- Morf
- Push Json
- Segment
- Vital
- Actions
- Configuration (CEL)
- Integrations
Hubspot
Contact
Event payload schema and trigger documentation for the Contact from Hubspot
{
"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"
}
{
"archived": "Whether the contact was archived",
"archived_at": "When the contact was archived",
"created_at": "When the contact was created",
"id": "ID",
"properties": "Contact properties",
"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"
}
Events
Triggering Webhook Types
The following event types are associated with the Contact event payload from Hubspot.
Hubspot Contact Created
Hubspot Contact Merged
Hubspot Contact Deleted
Hubspot Contact Restored
Hubspot Contact Properties Updated
Hubspot Contact Associations Updated
{
"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"
}
{
"archived": "Whether the contact was archived",
"archived_at": "When the contact was archived",
"created_at": "When the contact was created",
"id": "ID",
"properties": "Contact properties",
"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"
}
Schema Field Details
ID
ID
CEL
id
Example
"39580875173"
HI
ID
PII
Contact properties
CEL
properties
Example
{
"email": "john.smith@gmail.com",
"firstname": "John",
"lastname": "Smith"
}
Whether the contact was archived
CEL
archived
Example
false
When the contact was archived
CEL
archived_at
Example
"2024-07-04T10:32:12+00:00"
When the contact was created
CEL
created_at
Example
"2024-07-04T10:32:12+00:00"
When the contact was updated
CEL
updated_at
Example
"2024-07-04T10:32:12+00:00"
The properties that were updated for a webhook event triggering this event payload to be created
CEL
recently_updated_property_names
Example
[
"email",
"firstname",
"lastname"
]
{
"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"
}
{
"archived": "Whether the contact was archived",
"archived_at": "When the contact was archived",
"created_at": "When the contact was created",
"id": "ID",
"properties": "Contact properties",
"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"
}