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
Hubspot
Contact
Event payload details and trigger documentation for Contact data from Hubspot
Copy
Ask AI
{
"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"
}
Copy
Ask AI
{
"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"
}
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
Copy
Ask AI
{
"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"
}
Copy
Ask AI
{
"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"
}
Payload Field Details
Hide fields
Hide fields
ID
ID
CEL
Copy
Ask AI
id
Example
Copy
Ask AI
"39580875173"
HI
ID
PII
Contact properties
CEL
Copy
Ask AI
properties
Example
Copy
Ask AI
{
"email": "john.smith@gmail.com",
"firstname": "John",
"lastname": "Smith"
}
Whether the contact was archived
CEL
Copy
Ask AI
archived
Example
Copy
Ask AI
false
When the contact was archived
CEL
Copy
Ask AI
archived_at
Example
Copy
Ask AI
"2024-07-04T10:32:12+00:00"
When the contact was created
CEL
Copy
Ask AI
created_at
Example
Copy
Ask AI
"2024-07-04T10:32:12+00:00"
When the contact was updated
CEL
Copy
Ask AI
updated_at
Example
Copy
Ask AI
"2024-07-04T10:32:12+00:00"
The properties that were updated for a webhook event triggering this event payload to be created
CEL
Copy
Ask AI
recently_updated_property_names
Example
Copy
Ask AI
[
"email",
"firstname",
"lastname"
]
Copy
Ask AI
{
"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"
}
Copy
Ask AI
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.