This content has been marked as final.
Show 2 replies
-
Re: Automatically update custom object when lead changes
Sanford Whiteman Jul 15, 2017 5:44 PM (in response to Mark Westerman)Nothing automatic. You'd have to trigger off the link field, maybe call a webhook for instant relinking -- but this could put your API calls in peril. Better to use the hook to queue up changes and then batch them, or call the Activity API to get changes daily.
-
Re: Automatically update custom object when lead changes
Mark Westerman Jul 15, 2017 8:47 PM (in response to Sanford Whiteman)Thanks Sanford, I suspected as much. We have a middleware solution we use to sync data with our CRM which I will use to do this task. I will add changed records to static list and remove them when they have been updated. It is pain that we have to do this though since this sort of feature should be part of Marketo.
-