简体   繁体   English

有没有办法在SendGrid的Automation Email系统中添加一个CC email地址?

[英]Is there a way to add a CC email address in SendGrid's Automation Email system?

I am currently building an automation email in SendGrid.我目前正在 SendGrid 中构建自动化 email。 The setup process seems very straightforward, but I can't find how or where to add a CC email address. 设置过程似乎非常简单,但我找不到如何或在何处添加 CC email 地址。

I've researched SendGrid's documentation and other sites to find a possible solution.我研究了 SendGrid 的文档和其他站点以找到可能的解决方案。 Two sources had the right idea, but they provided examples using Node.js (see SendGrid Personalizations and Twilio Blog ).两个来源的想法是正确的,但他们提供了使用 Node.js 的示例(请参阅SendGrid PersonalizationsTwilio 博客)。 I am needing to add a CC address inside SendGrid's Automation Email creator.我需要在 SendGrid 的 Automation Email 创建者中添加一个 CC 地址。

Does the SendGrid Automation system provide this capability, or is this best achieved through Node.js (or other background-handling languages)? SendGrid Automation 系统是否提供此功能,或者最好通过 Node.js(或其他后台处理语言)实现?

I don't believe that you can send an Automation with a cc.我不相信你可以用抄送发送自动化。

You can track when Automation emails are sent to users by registering for the Event Webhook .您可以通过注册Event Webhook来跟踪何时将自动化电子邮件发送给用户。

When users reply to the automation email and just get an email saying that their message was received, I assume that is because the email address you send the automation from is just set up to autorespond.当用户回复自动化 email 并收到 email 表示他们的消息已收到时,我认为这是因为您发送自动化的 email 地址刚刚设置为自动回复。 You could set that email address up with the Inbound Parse Webhook so that you can trigger other events when you receive emails to that address.您可以使用Inbound Parse Webhook设置该 email 地址,以便您可以在接收到该地址的电子邮件时触发其他事件。 You could, in that case, send an email to your sales team, or register the response in a database, or forward the message to a CRM system.在这种情况下,您可以向您的销售团队发送 email,或者在数据库中注册响应,或者将消息转发到 CRM 系统。

If the only solution for you is to use a cc, then Automations may not work for you and you will have to send using the Mail Send API which gives you lots more control over the email being sent, but does lose the automation features.如果您唯一的解决方案是使用抄送,那么自动化可能对您不起作用,您将不得不使用邮件发送 API 发送,这使您可以更好地控制正在发送的 email,但会失去自动化功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM