contact.job_changed
What this event means
contact.job_changed is emitted whenever a contact’s title or associated company changes.
Webhook type
contact.job_changed
Internal source mapping
Payload example
Delivery and idempotency handling
- Use
data.contact_idwithprevious_title/new_titleto avoid re-applying duplicate updates. - Only apply the event if incoming values differ from your current state to avoid duplicate writes.
- This event is reference-style and may be emitted without enriched profile snapshot data.