is there a way to automatically send a double opt in email to a customer created with the API?
Im using
POST /admin/api/2019-10/customers.json
to create a new customer:
{
“customer”: {
“first_name”: “”,
“email”: “email@example.com”,
“accepts_marketing”: true,
“send_email_invite”: true <---- This only sends the “Account Activation Email” but does not confirm the double opt in
}
}
Is there such an option for the double opt in invite email?
Are there any updates on this? Currently struggling on that myself. I’m trying to build a custom newsletter signup page and somehow neither of the queries I tried seems to send the double opt-in marketing confirmation mail to $email.
I’m with OptiMonk, a website personalization tool that offers custom sign-up forms, and an increasing number of customers are asking about having a DOI option when integrating with Shopify.
“After providing their information, the customer receives a confirmation and is required to perform a intermediate step before receiving marketing information.”