I currently have a smart campaign to send emails 1 day after a score field on a lead changes.It looks like this:Trigger on score change and filter out some leadsWait 1 dayRemove le...
I just want to empty the field.Whether that means it's technically empty or null in the database is related, but I want to do the equivalent of Marketo's magical use of the case-se...
Is this possible?Let's say I have a field named HighestScoredCategory and I update that with a webhook that returns JSON such as {"categoryName":"Invitations"} that writes category...
Unfortunately, the only possible solution in my case is to have a webhook that calls an API you write to deduplicate leads. You would call this webhook any time a new account is cr...
Hi Jep,Thanks for the info. I'm now trying to split up batches by using both sinceLatest and sinceOldest with a 1 day span. I will then try to parallelize this by getting leads fro...
Hi Murtza. Thanks for the quick response.That's exactly what I'm using right now and the API just hangs. See in my post above I have the following in my example:
leadSelector....
getMultiple leads is hanging for me even with a batch size of 1 or 50 vs 1000. It simply never returns.I'm trying to get all leads so that I can deduplicate them all. I have logic ...
Hi Murtza,We've had this running for a while, and it turns out it's not quite working as expected.QUESTION: In what scenarios can duplicate leads be created?When you fill out your ...
I have a webhook that I'm using to associate a _mkto_trk cookie with leads as suggested by Marketo support. There's a lot of background there, but my goal was to associate a user's...