Mailchimp自动化多次发送同一封电子邮件 [英] Mailchimp automation send same email multiple time

查看:599
本文介绍了Mailchimp自动化多次发送同一封电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在目标网页上使用mailchaimp自动化工作流向我的客户发送电子邮件.

I use mailchaimp automation workflow on a landing page to send emails to my customers.

自动化工作流程是:

  1. 客户以我的表格输入电子邮件
  2. 使用api V3将客户添加到我的mailchimp列表中(或更新,如果已经存在的话)
  3. 我致电发送带有此触发器的第一封电子邮件( http: //developer.mailchimp.com/documentation/mailchimp/reference/automations/emails/queue/)
  4. 一段时间后自动化将第二封电子邮件发送给我的订户.
  1. Customer enter his email in my form
  2. The customer is added to my mailchimp list (or updated if already exist) with api V3
  3. I call send the first email with this trigger (http://developer.mailchimp.com/documentation/mailchimp/reference/automations/emails/queue/)
  4. Some time later automation send a second email to my subscriber.

此工作流程在第一次上运行良好,但是如果我的访客第二次订阅(因为他忘记了),则在调用触发器时出现此错误:

This workflow work great the first time but if my visitor subscribe a second time (because he forgot) i have this error when i call my trigger :

Array ( [type] => http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/ [title] => Bad Request [status] => 400 [detail] => You’ve already sent this email to the subscriber. [instance] => )

有什么想法可以允许我的访客多次询问同一封电子邮件吗?

Any idea how allow my visitor to ask the same email multiple time ?

推荐答案

截至2018年3月,这仍然是一项限制/问题.根据MailChimp的支持团队的说法:唯一可以多次发送给任何联系人的广告系列是某些基于日期的自动化."

As of March 2018 this is still a limitation/issue. According to MailChimp's support team: "The only campaigns that can be sent to any contacts more than once are certain date-based automations."

有几种选择:

  1. 在发送电子邮件后,从列表中删除联系人.再次添加它应该创建一个新的订户ID,使其有资格重新发送.如果使用MailChimp管理联系人列表,则可以将联系人添加到不用于发送的并行列表中.

  1. Remove the contact from the list after the email has been sent. Adding it again should create a new subscriber id, making it eligible for resend. If MailChimp is being used to manage the contact list, you can add the contact to a parallel list that is not used for sending.

使用手动添加到工作流"触发类型创建重复的自动化.这样一来,您可以拥有一个列表和一个工作流程,但这意味着您必须跟踪重新发送消息的次数,以便可以调用正确的自动化程序.另外,例如,如果您仅进行3次自动化操作,则最多只能发送3次消息.

Create a duplicate automation with the trigger type "manually added to workflow". This allows you to have one list and one workflow, but it means you have to keep track of how many times you have resent the message so that you can call the correct automation. Also, if you only make 3 automations, for example, you can only send the message up to 3 times.

创建一个单独的广告系列/列表以重新发送.配置起来比较繁琐,因为您必须创建新的广告系列并列出N次才能重新发送的次数.另外,您要么必须跟踪已重新发送多少次,要么查询MailChimp以确定该联系人出现在哪些列表中.从正面看,它可以发送更自定义的重新发送"消息.

Create a separate campaign/list for resend. This is more tedious to configure, since you have to create the new campaign and list N times for the number of times you want to be able to resend. Plus you either have to track how many times it has been resent or query MailChimp to determine in which lists the contact is present. On the up-side, it gives the ability to send a more customized "resent" message.

这篇关于Mailchimp自动化多次发送同一封电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆