How do you dynamically pull a list of all ticket-buyers for an event including those who may have registered on the day you are pulling the list?

I am shocked that this isn't a very basic functionality, but no one seems to be able to give me a straight answer. To explain:

We have an event this Sunday. We're allowing people to register right up to when the event begins. We would simply like to be able to send out an email right when the event starts to say, "Hey, here's the link to the event!" I would like to schedule this email in advance.

Has anyone found a basic way to create a dynamic list of registrants for an event with emails? Every time I pull anyone with the correct ticket history, but because ticket history only updates overnight I have to then look at anyone who had done an order that day to see if their order was for the right event, and then I have to basically manually put the lists together. Surely someone has a solution! Will I just have to end up writing some SQL here?

Parents
  • Hi Robert, 

    I share your sentiment totally. We didn't realise this was a limitation for the ticket history criteria in dynamic lists until last year, when we had an issue with all of the event cancellation communications going out.

    The recommendation I received from Tessitura Support was to build a custom list element looking at the order line/subline instead of ticket history. 

    Unfortunately for us, we don't have those SQL skills in our team (I'm a total beginner), which means we're getting this quoted as a consulting task. I don't mean to piggyback, but needless to say, if anyone is willing to share codes/instructions to help with this, I'd be so grateful. 

  • Writing a bit of SQL into your list is an easy way to do that for scheduled dynamic lists (especially for curly things like cancelled performances where all the tickets disappear from the tkt history table).  If you need a hand writing any of that I'm happy to help. 

  • What a legend, thanks Heath! I'll email you about this soon :) 

Reply Children