修改 MailChimp 活动模板内容

发布于 2024-10-20 13:14:47 字数 250 浏览 0 评论 0原文

我刚刚开始使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

随遇而安 2024-10-27 13:14:47

这一定是我尝试了解 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文