How to send a unique WooCommerce coupon code to new email subscribers

woocommerce unique coupon codes

One of the easiest ways to get more email subscribers and increase your WooCommerce sales is by sending new email subscribers a unique coupon code.

There is one problem though.

Manually creating a new coupon code and sending it to new subscribers is tiresome. And wastes time for both you and your subscribers. That’s why it makes sense to automate the process.

In this tutorial, I’ll show you how to set up a system that automatically sends a coupon email to new email subscribers.

Walkthrough video

Prerequisites

To follow along with this tutorial, you need to install at least version 3.0 of WooCommerce (Free) and the latest version of Noptin (also free).

You also need to install the Ultimate Addons Pack for Noptin (premium). This addon will automatically create new unique coupon codes when someone subscribes to your newsletter. You can then include the coupon code in your double opt-in or welcome emails using the [noptin_coupon_code] merge tag.

Step 1: Create a WooCommerce Coupon Template

We’ll start by creating a WooCommerce coupon template.

A coupon template is just a normal WooCommerce coupon that Noptin uses when creating new coupon codes. All the properties of this template will be copied to the auto-generated coupon codes.

This includes the coupon type, amount, usage restrictions, and usage limits. The expiry date and allowed emails are ignored.

To create a coupon template:-

First, open your WordPress admin dashboard then go to Marketing > Coupons > Add Coupon to create a new WooCommerce coupon code.

creating a woommerce coupon code

Next, fill in the fields as if you were creating a normal WooCommerce coupon code. After you’re done, click on the publish button to save your discount code.

Make sure the coupon code is set as published, otherwise, it will not work. You can set the expiry date in the past if you don’t want normal customers using the coupon.

Finally, copy the coupon code. This is needed for the next step. In the above example, the coupon code is 20_OFF.

Step 2: Add the Template to Noptin

Noptin needs to know about your coupon template before it can create unique WooCommerce coupon codes for new email subscribers.

To add your coupon template to Noptin:-

First, open your WordPress admin dashboard then click on Noptin > Settings> Coupon Codes to open the coupon code settings.

Noptin woocommerce coupon code settings

Next, enter the coupon code that you created in the previous step into the “WooCommerce Template” input box. In the above example, the coupon code is 20_OFF.

noptin woocommerce coupon template

You can also set the coupon expiry (in seconds). When a new unique coupon code is created, it will expire after the number of seconds that you specify here. You can leave this blank if you want the coupon code to last for a lifetime.

Noptin woocommerce coupon template expiry

Finally, click on the “Save Changes” button to save your changes.

From now on, whenever someone subscribes to your newsletter, Noptin will create a unique WooCommerce coupon code that they can use when purchasing from you.

Noptin will automatically delete the automatic coupon code if it expires before being used.

In the next step, we’ll send them their new coupon code.

Step 3: Automatically Send New Email Subscribers their WooCommerce Coupon Code

Now that we’re automatically creating unique coupon codes for new subscribers, let’s set up a welcome email that sends them their coupon code.

To do this:-

First, click on Noptin > Email Campaigns to open the email campaigns management page.

open email campaigns page

Next, click on the Automated Emails tab to open the automated emails management page…

open automated emails tab

… then click on the “New Campaign” button to open the automated campaign creation page.

create new automated email

If this is your first time creating an automated email, Noptin will open the campaign creation page without first opening the campaign overview page.

Finally, click on the “Welcome New Subscribers” button to create a new campaign. You should click on the “Welcome New Users” button in case you want to send the coupon email to new WordPress users instead of newsletter subscribers.

create welcome email automated campaign

Noptin will open a new screen allowing you to edit and save your campaign.

Use the editor to give your email a subject line, write the email content, and set whether you would like to send the email as soon as someone sign-ups or if you would like to delay for a given number of minutes, hours, or days. You can also specify a subscription source if you only want to send the coupon code to people who sign-up via a specific form.

Save your email automation when you’re done editing.

From now on, when someone subscribes to your newsletter, Noptin will automatically generate and email them a unique WooCommerce coupon code.

Below is an example email.

sample coupon code email
sample coupon code email

Step 4: Retarget subscribers who don’t use their coupon codes

It is advisable to remind subscribers to use their coupon code before it expires.

To do this:-

  • Automatically save the unique coupon code to a subscriber’s custom field…
  • … then remove it after they use it to purchase something from your WooCommerce store.
  • Finally, send an email X days later to those subscribers who do not use their coupon code.

The following sections go into further detail on how to automate this process.

Automatically save the unique coupon codes to a subscriber’s custom field

Noptin allows you to set up an automation rule that automatically saves the generated coupon code to the subscriber’s custom field. This might be useful, for example, if you need to later retarget customers who’ve not yet used their coupon codes.

To do this:-

First, click on Noptin > Settings > Custom fields to open the custom fields management screen.

Custom fields management screen

Next, click on the Add Field button to create a new custom field. You can set any name for the field. Remember to uncheck the box that says “Can subscribers view and edit this field?” and then save your changes after you’re done.

create coupon code sync field

The next step is to create an automation rule that automatically updates this field with the generated coupon codes.

To do this, click on Noptin > Automation Rules > Add New to open the automation rules creation page.

Select a trigger for the automation rule, then set “Update Subscriber Field” as the action. The example below executes when there’s a new subscriber.

create coupon code sync automation rule

Noptin will create the automation rule and then redirect you to the edit page. You should set the custom field dropdown to the field you created in the first step, in our case, the field was called “Coupon Code”.

Next, set the [noptin_coupon_code] merge tag as the field value then save your changes.

That’s all. If you’re using an external email service provider, you can still follow the same steps but instead of mapping a Noptin field, you map your integration’s custom field.

Automatically update a subscriber’s custom field when they use a generated coupon code

Similar to the previous section, you have to create a new automation rule and then set the trigger to “Generated Coupon Code Used” as shown below.

generated coupon used automation rule

Finally, select the custom field that you created in the previous section then leave the field value blank.

edit generated coupon code used automation rule

This way, Noptin will clear the custom field value as soon as a generated coupon code is used.

Send an email X days later to those subscribers who do not use their coupon code

The final step in this section is to set up an email that reminds your subscribers to use their coupon codes.

To do this, we’ll create a final automation rule that sends an email to new subscribers.

send email to new subscribers

Remember to add a conditional logic rule that only sends the email if the Coupon Code custom field is not empty. In addition, set a delay for the email as shown below.

send coupon reminder email
Example showing how to send a coupon reminder email 3 days after someone signs up

Noptin evaluates the conditional logic before sending the email. This means that if you set an email to send after a delay, then the conditional rules will be evaluated after the delay as well.

Remember to use your custom field’s merge tag instead of the normal [noptin_coupon_code] merge tag as shown below.

8 responses to “How to send a unique WooCommerce coupon code to new email subscribers”

  1. dhaval

    Does this add-on ensure that a user cannot abuse the system?
    Meaning: Unlimited Coupons being generated for the same email subscriptions.

    1. A single email address will only get a single coupon code. But if they subscribe with several different email addresses then there is no way we can tell them apart, hence a coupon code will be generated for each email address.

  2. Camila

    Es posible tener un código personalizado para cada nuevo suscriptor sin necesidad de pagar la versión premium?

    1. No es posible, lo siento.

  3. […] Make more sales by including a unique next-order coupon in the thank-you emails. […]

  4. […] To prevent abuse, we’ll send each customer their own unique coupon codes. […]

  5. franco

    We need to set up a signup form that after inserting the e-mail from the customer, that customer receives an e-mail with a unique custom discount code.
    The form shall detect the sending of the code only for new subscribers, so it shall detect if the user already submitted the form with the same email and show an alert that the e-mail has already been used blocking the sending of the form.
    Then we need to import a set of codes that shall be used to assign the unique code to the e-mail so the discount code shall be assigned randomly to the e-mail and used only one time. The amount of codes to be imported is about 5k codes.

    Is it possible to achieve what is described above with your plugin?

    Thanks,

    Franco

    1. Yes, though it requires the addons pack.

      First, create a newsletter sign up form (using Noptin or any of our supported form integrations) and then set up an automation rule that sends a coupon email to new subscribers.

      Finally, click on Noptin > Settings > Coupon Codes and paste your coupon codes. Noptin will randomly select a coupon code from the list and send it to your subscribers.

Leave a Reply

Your email address will not be published. Required fields are marked *

Up your Marketing
Join our email list to and we'll send you occasional marketing tips
Custom CSS Slide Example
Custom Animation Example
Default Animation