修改 MailChimp 活动模板内容
我刚刚开始使用 mailchimp 作为我正在编写的 ASP.NET MVC 应用程序的解决方案。
我正在尝试使用 mcapinet.codeplex.com 包装器。
我已经根据预先创建的模板之一创建了一个模板,因此我可以插入所有区域。
如何将我想要的 html 插入到模板中而不影响其他任何内容?我基本上只是想有一个占位符,我可以将其转储到我自己的 html 中。
有人这样做过吗?
任何帮助都会很棒!
I have just started to use mailchimp as a solution with an asp.net mvc application I am writing.
I am trying to use the mcapinet.codeplex.com wrapper.
I have created a template based on one of the precreated templates so I have all of the areas available to insert.
How do I insert insert my desired html into the template without affecting anything else? I basically just want to have a placeholder where I can dump in my own html.
Has someone done this?
Any help would be great!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这一定是我尝试了解 MailChimp API 时最令人困惑的事情之一。忘记您所知道的有关尝试使用|MERGE_TAGS|的一切。您最终将编辑模板并使用 MC 编码的表单标签。
下面是一个示例:通过 API 迭代 mailchimp 模板中的集合
This has to be one of the most confusing things I've tried to learn about MailChimp's API. Forget everything you know about trying to use |MERGE_TAGS|. You'll end up editing your template and using MC encoded form tags.
Here is an example: Iterating over collection in mailchimp template via API