Hi @Diana !
There isn’t a way to do this out-of-the-box, but if you have the dev resources you can build this behavior out using our Webhooks and REST API!
To this you will need to:
- Subscribe to the company.updated Webhook. This will send you a notification whenever a Company is updated.
- Write a script that looks at the Webhook notification that comes in and sees if the company’s csm_email attribute was the item that was updated.
- If it was updated, make a call to our REST API to get a list of contacts who are associated with that company.
- Loop through the Contacts that are associated with that company and update the associated Custom People Data Attribute for each of those contacts so that it matches the value set on the Company.
Let me know if you have any questions about that!
As we discussed in chat - I’ll pass that along to my RevOps colleague, Jacob. Thanks for the suggestion and I’ll come back if there are follow ups!
There are third-party tools like Zapier, Tray.io, Apollo data enrichment, or MuleSoft that can automate the syncing process between different objects if you're working across platforms. These tools often allow for triggers and actions based on changes to data fields.