Welcome email on the day new subscribers sign up?

Hi all,

I wonder if anyone has found a way to send an automated triggered email on the day new subscribers sign up in WordFly?

I seem to remember that this was not possible, but has anyone tried / found any solutions? It would be nice for new subscribers to get an email sooner than the day after Slight smile

Thanks!

Giulia

Parents
  • Hi Giulia,
    As this isn't based on ticket history, you should be able to do this on the day, but it would depend on where the data was coming from and how you defined a new subscriber.

    If it was new customer records you could look for customer records with an email permission created on the run date of the report, or it might be easier if you have someone with SQL skills to write a bit of code either in List Manager or to create a view that could be pulled into List Manager for use.

    I just did a list of new records in Tessitura created today, which had an email opt-in which is very basic and you might want more granularity, but it could be a starting point. You'd have to run it several times a day if you wanted it to be more instant and de-dupe it or run it later in the evening, so the next day would likely be easier than working through all the different computations of this.

    Caryl

Reply
  • Hi Giulia,
    As this isn't based on ticket history, you should be able to do this on the day, but it would depend on where the data was coming from and how you defined a new subscriber.

    If it was new customer records you could look for customer records with an email permission created on the run date of the report, or it might be easier if you have someone with SQL skills to write a bit of code either in List Manager or to create a view that could be pulled into List Manager for use.

    I just did a list of new records in Tessitura created today, which had an email opt-in which is very basic and you might want more granularity, but it could be a starting point. You'd have to run it several times a day if you wanted it to be more instant and de-dupe it or run it later in the evening, so the next day would likely be easier than working through all the different computations of this.

    Caryl

Children