Home Forums Newsletter Plugin Support How to trigger Follow Up with existing email addresses?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #11975
    kickit
    Participant

    Ciao. I have about 1,500 emails from past customers that I would like to use with the Follow Up process.

    First, I have an email that uses the {subscription_confirm_url} field to update the contacts Status from ‘Not Confirmed’ to ‘Confirmed’. Then once the past customer is confirmed, I would like the Follow Up process to start.

    Is there a way to do this? Or maybe a different confirmation process I should use?

    Jeff

    #11981
    kickit
    Participant

    Ah, I think I figured it out. On the Subscribers setup page, I need to set ‘Follow Up’ to Yes.

    Addio 🙂

    #11989
    James
    Participant

    I’m trying to do the same thing but my subscribers doesn’t have a “setup” tab. Version 3.6.4
    just has…

    Search
    New subscriber
    Massive changes
    Statistics
    Import
    Export

    For the subscribers menu. Am I missing something?

    #12004
    kickit
    Participant

    Click Edit for a subscriber and scroll down. Follow Up setting is near the bottom.

    #12005
    James
    Participant

    I was looking for “massive changes” 🙂 Adding all confirmed subscribers, to the Follow up series.

    #12006
    kickit
    Participant

    Ah. You’ll have to dig into your php admin to run some sql on your database. This is a little dangerous, so if you are not familiar with sql, it’s a good time to learn . First thing to learn is how to backup and restore from a backup. 🙂

    For example: UPDATE xxx_newsletter SET followup= 1 where created > ‘2014-10-04’

    xxx = the table prefix assigned to your install of wordpress.

    …and the where statement can be used if you want to limit the update to only some users. But you could just set everyone to followup = 1 (Yes), then back in the wordpress screen, filter subscribers by ‘Unconfirmed’ and then bulk send the confirmation email.

    good sql learning resource: http://www.w3schools.com/default.asp

    …among other things web techy

    Good luck
    Jeff

    #12007
    James
    Participant

    Thanks… all done. After you’re post I thought it was built in!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.