Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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.
Hello there! I'm trying to find a way to retrieve if a program is connected to third-party integration, like GoToWebinar.I can see that in the summary page of the program, there is all the information that I need, but I want to retrieve them by REST API, for example, the login ID or the partner ID, ...
Hi everyone,I want to submit a situation like that: I've created a program with a form, relative to an event/webinar.I've also added custom program member fields to this program, but they are not fillable by form, because they have a post-event purpose (like the number of viewed sessions or minutes ...