Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi @SanfordWhiteman,can you please confirm that we cannot still use a centralized smart campaign for managing program member data? I'm trying to use something similar, that actually doesn't issue any error, but it doesn't result in anything (I don't see any activity in the results tab - so I can ima...
Thanks for that.I mean, storing some kind of information at the lead level could be problematic: let's assume that I need to send an alert to internal staff after form submission. If I don't want to create multiple triggers evaluating all the conditions, I could create just a single trigger saying i...
Thanks for replying.Is there another way to manage complex conditions to determine which recipient needs to receive the notification, which shouldn't involve the lead's fields?Unfortunately, as I said, the choice condition within the flow is not flexible and scalable.
Hi there, I'm trying to use an email script token as a recipient for an email alert. I'm using this because the choice rules on the Flow are too way restricted for my necessity. The following is an example of what I'm doing. The token itself works correctly: if I use it within the body email, it wil...
Thanks, just noticed that after 24 hours, they are showing properly. In this case, it seems just a matter of time.
Hello there,I'm trying to create custom fields (just simple strings, not synched with SFDC), to collect different purposes on Marketo, as I always done. Now I have a set of 6 custom fields called "Free field 1", "Free field 2", etc.Two examples:Funny problem: in a form editor, completely blank and n...
Hi Sanford,sorry, but the problem was with the boundary name! I've added twice the dashes in the boundary name headers. I've fixed it, so now it works (the RFC was very helpful!) Thanks,Gianluca
Sorry, my fault with the copy-paste operation. CURLOPT_URL => 'https://063-XUP-724.mktorest.com/rest/asset/v1/email/XXX/fullContent.json',CURLOPT_POST => 1,CURLOPT_HTTPHEADER => array('Content-Type: multipart/form-data; boundary=----Boundaryda7e32be5795ea0','Content-length: 498','Authorization: bear...
Hello there,I'm struggling to try to update an email body with the POST {id}/fullContent.json endpoint. I'm using what is written here: https://developers.marketo.com/rest-api/assets/emails/#replace_html and https://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Email...
Thanks, maybe could be a solution to use the program tokens, even if is a boring manual operation.