Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Interesting, I actually don't have many. Do you have more information about injecting the edge objects as JSON?
Hello, I have a Many to Many setup, this is not the real case but imagine I have my CO bridge as email and Course. Then I have an edge CO with Course and availability.Email |<--> | Email -- Course |<--> |Course --Availability| I want to send an email to people who has course availability = yes , whi...
yes...but there must be a way to prevent it. I need to explore that.
The idea here is create an interface , in this case Google document, suitable for someone that doesn't know anything about Martketo, APIs or anything, so it just fills up the copy, has a menu that says update content and boom.. It also puts some velocity together (in a text token 😉... I know I know...
not showing/ Iterate through each row (skip header row) for (var i = 1; i <= numIterations; i++) { // Get the values for the current row var program = encodeURIComponent(data[i][programIndex]); var name = encodeURIComponent(data[i][nameIndex].substring(0, 50)); // Trim "name" to 50 charact...
I found the solution, I think it was a long night...DON't do that // Create the API endpoint URL with placeholdersvar apiUrl = "https://xxx-xxx-xx.mktorest.com/rest/asset/v1/folder/" + program + "/tokens.json?folderType=Program&name=" + name + "&type=" + type + "&value=" + value;// Compress the API ...
I haven't chosen the client, the thing is that copy writers would't use Postman or Mulesoft, but instead a Google document. The idea was not to make marketing people to go to an API client to create/update tokens but from the document itself push/create changes. Here are the limitattions .https://de...
I am wondering why the tokens through API should be passed as POST x-www-form-urlencoded ONLY, and not as JSON. This brings many issues. One issue, among others, is when you encode the URL the "value" lenght must be short and nearly just plain text, not URL and/or HTML, otherwise you will pass the 2...
Well, it is not really resolved @Jon_Chen , because how can I pass the {{system.viewAsWebpageLink}} to the velocity to encode the full URL??
This is exactly what I am talking about.The thing is the URL is not external the laguages are in just an UTM, I really need Marketo to do that!DE_preview&track_click=1&utm_campaign=20230317_nl_Weekend_Sale_EN&utm_medium=email&utm_source=newsletter&utm_term=EN&r=trueView in browser: EN • DE • FR • PL...