Yep, as Sanford said, you won't be sending to people who have STOPed, but to ensure other systems know that, you can use something like Zapier and their Marketo integration.Twilio ...
Weird. Just tried in Postman, with these details:https://(redacted).mktorest.com/bulk/v1/activities/export/create.json?format=csv&access_token=(redacted)&createdAt={ "startAt": "20...
While this is the Salesforce documentation, it's logical to think Dynamics works in the same way...https://docs.marketo.com/pages/releaseview.action?pageId=7515131Do you have a "Dy...
Hi everyoneHaving some trouble with a Marketo Bulk API job. Here's the Python code:# marketo params
parameters = {
'format': 'csv',
'access_token': access_token,
'creat...
Ah, even better! I didn't realise you could run that in the opposite direction - changing the limit to be less, rather than more. Nice.I haven't actually tried it with multiple run...
This is possible.In Admin there is a section called "Smart Campaign". Click that, and you can edit the maximum number of people that qualify for a Smart Campaign before it is autom...
Ok, so to ensure they don't get any other content while they are in the engagement program you probably want to build membership of that engagement program as a filter in all other...
You might already know this but you can set API roles which have access to do certain things, but not others.But I'm guessing if you want access to write to some fields, but not ot...
Hi RonnSo you have the right idea.I would think of it this way.You start from this logic block.#if($condition1 = true)
###do something
#end
#if($condition2 = true)
##do the same t...