Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The template ID is a parameter passed in the body as "template", not as a path parameter. There were some examples on this page that somehow went unpublished here. I've published them so it, should be a little clearer now.
Why are you trying to change the timeout?
If it's a range, then you can use the between filter.
Your answer is correct, not sure what else you're looking for.
Are you sure that you're impersonating the same record between the preview and the sample? Different numbers of available records would change the outcome of the rendering.
Try downloading the HTML of the Email and doing a full text search for "{{", that should show you all of the tokens it's attempting to parse and see which one is incorrect. Failing that, check in the text version as well.
Do you have any carriage returns/line breaks in any of your column headers?
Yes, Get Lead by Program Id(http://developers.marketo.com/documentation/rest/get-multiple-leads-by-program-id/ ) returns a child object called 'membership' in every returned lead record which includes the program membership data, including program status, in it.
There doesn't seem to be a technical reason for this, it was just designed (perhaps too literally) to mimic the UI behavior. I'll see if we can get this enhanced.
You can make a smart list with this filter:Member of Engagement Program:Program is My ProgramStream is My StreamExhausted content is falseUnless you've added new content since the last cast, this will show you the pending leads. This is because exhausted content is calculated at the time of the cas...