简体   繁体   English

如何使用REST API发送Hubspot Double opt-in电子邮件?

[英]How to send Hubspot Double opt-in emails using REST API?

We are creating contacts on Hubspot using its REST APIs. 我们正在使用其REST API在Hubspot上创建联系人。 The form we are using is not a Hubspot form, it is our custom form built in React.js. 我们使用的表单不​​是Hubspot表单,它是我们在React.js中构建的自定义表单。

We need to send double opt-in emails to users after users subscribe through our form. 用户通过我们的表格订阅后,我们需要向用户发送重复选择接收的电子邮件。

Currently, it is creating only contacts using that form. 当前,它仅使用该表单创建联系人。

We set up everything to use double opt-in feature. 我们将所有内容都设置为使用双重加入功能。

But it is not sending opt-in emails to users. 但是它没有向用户发送选择加入的电子邮件。 Is there any way to send emails to users after create contacts? 创建联系人后,有什么方法可以向用户发送电子邮件?

根据HubSpot的说法 ,目前无法使用API​​从HubSpot发送双重选择加入的电子邮件。

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

相关问题 使用先前存储在数据库中的凭据执行发送电子邮件的 API 端点。 (使用 Gmail REST API) - API endpoint to execute send emails using the credentials previous stored in the database. (Using Gmail REST API) 如何使用 nodemailer 和 roundcube 发送电子邮件 - How to send emails using nodemailer and roundcube 如何使用 smtp 节点邮件程序发送电子邮件 - How to send emails using smtp node mailer 如何通过对话流发送电子邮件 - How to send emails by dialogflow 无法使用API​​获取Hubspot中对象的属性值 - Not able to get property values of an object in Hubspot using the API 如何使用GraphQL将多个电子邮件以阵列格式发送到数据库 - How to send multiple emails in array format to database using GraphQL 如何在不使用 CRON 的情况下每天发送电子邮件? - How to send emails every day without using CRON? 使用nodemailer定期发送电子邮件 - Using nodemailer to send emails regularly 如何使用 NodeJS 中的 sendgrid 将个性化电子邮件发送到多个地址 - How to send personalized emails to multiple addresses using sendgrid in NodeJS 如何在亚马逊 ses 上使用 sendBulkEmail 发送个性化电子邮件? - How to send personalized emails using sendBulkEmail on amazon ses?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM