Using WordFly or Mail2 (or Outlook?) for Contribution Acknowledgments?

Hello all,

Does anyone use an email marketing service like Mail2 or WordFly to send out emails thanking donors/members?

We currently post out a whole bunch of paper acknowledgements for all contributions, and I am sure there must be a better way.

I have experimented with doing a mail-merge into Outlook, but haven't found the end result to be very elegant considering the variety of different contributions (new/renewed/assigned memberships etc...).

I would love to hear about any out of the box solutions, or clever ideas to massage pretty acknowledgements into Outlook.

Best,

Nicholas

  • We use Wordfly to thank donors for online gifts under $250.  I built a triggered email that goes out every morning to thank donors for gifts made the previous day.  I can then check a constituent's promotions to see if they were sent the email.  I do have to go through the acknowledgements I generate to remove letters for those people who've already received emailed acknowledgments, but the time and money saved by sending out the emails makes that extra step worth it to me.  Setting up this triggered email was really simple and has saved us a lot of time, but I'm sure other people have better solutions.

    Hope this helps, 

    Martha

  • Hi Nicholas, 

    We've been using Wordfly for electronic acknowledgements of web gifts under $25. It was very simple to setup once we updated our Acknowledgement report in Tess to provide an output set compatible with Wordfly.

    We created a nice template for the e-ack, complete with a special thank you video. This has actually turned out not to be the best idea as some patrons are telling us the email is so visually compelling. they are missing receipt. We'll be rearranging our layout to be a bit more drab, so I recommend that you keep your template somewhat simple when setting up. 

    Hope that's helpful. 

    Rob

  • Thank you Martha and Rob, that is awesome.

    Can I ask if your email templates use fields for contribution features like assigned memberships, or tax receipt functionality like receipt counters?

  • Nicholas,

    The only fields we use are name, contribution amount, and contribution date.  However, I just built an output set with those criteria, and I don't see why it wouldn't work to add additional contribution features to an output set.

    Martha

  • Very helpful, thank you Martha.

    Can I also ask here, when you are building your Dynamic Lists, do you use the Acknowledgment Letter criteria, or do you avoid that and use the details of the Contribution/Fund/Campaign as criteria for the List?

  • Also, one detail that I have not been able to solve is showing a Tax Receipt number in an email, as there is not a standard Output Set Element. 

    Has anyone set up a custom Output Set Element to show a Tax Receipt Number from a Contribution Acknowledgment?

  • I just use the contribution details for criteria.  My list pulls all contributions that came in the previous day, are under $250, and came in through the website. 

  • Nicholas

     

    One thing to keep in mind – the Tax Receipt Number is generated for a Contribution at the time the Print Acknowledgements Report is run.

     

    Once it’s run you could then use Output Set Elements to get the data.

     

    Your elements would be based upon T_ACK_EXT which has all the acknowledgement data stored. You would need parameters so it onlys return the acknowledgement details that you want for each customer. Probably based upon Acknowledgement Print Date (start and end dates) and the Letter Id (if you send different text for different contribution amounts).

     

    Cheers

    Sandra

     

    From: Tessitura Development Forum [mailto:forums-development@tessituranetwork.com] On Behalf Of Nicholas Hudson-Ellis
    Sent: Thursday, 27 June 2013 8:11 PM
    To: Sandra Ashby
    Subject: Re: [Tessitura Development Forum] Using WordFly or Mail2 (or Outlook?) for Contribution Acknowledgments?

     

    Also, one detail that I have not been able to solve is showing a Tax Receipt number in an email, as there is not a standard Output Set Element. 

    Has anyone set up a custom Output Set Element to show a Tax Receipt Number from a Contribution Acknowledgment?

    From: Nicholas Hudson-Ellis <bounce-nicholashudsonellis2615@tessituranetwork.com>
    Sent: 6/27/2013 12:48:16 AM

    Very helpful, thank you Martha.

    Can I also ask here, when you are building your Dynamic Lists, do you use the Acknowledgment Letter criteria, or do you avoid that and use the details of the Contribution/Fund/Campaign as criteria for the List?




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Development Forum. You may reply to this message to post to the Development forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

  • For future reference for anyone else looking for the same answer, here is what I entered to get the Tax Receipt Number to show up successfully using Sandra's tip about T_ACK_EXT.

    I'm not a SQL expert, so be warned:

    TR_QUERY_ELEMENT

     

    • Description: Member Tax Invoice Number
    • Category: Membership
    • Data Select: max(tax_receipt_no)
    • Data From: T_ACK_EXT
    • Data Where: letter_id= (<<p7>>)
    • Singe Row: checked

     

    TR_QUERY_ELEMENT_PARAMETER

     

    • Id: 7
    • Data Type: Number
    • Ref Tbl: T_FORMAT_INFO
    • Ref Id: Id
    • Ref Desc: Description
    • Ref Sort: Description

     

  • Former Member
    Former Member $organization in reply to Nicholas Hudson-Ellis (Past Staff Member)

    Nicholas -

    At Seattle Opera, we merge some content into Wordfly from a customized acknowledgement report. There is some cleanup that is required on the backend after it is exported, but the handholding it requires is minimal. (It's close to "set it and forget it" good.)

    Here are the fields that we use from our ack report:
    Contribution Amount
    Goods and Services Amount
    Membership Level Description
    Formal Saluation
    Constituent ID
    Email Address

    It's uber simple compared to our hardcopy acknowledgements because of Wordfly's inability to do complicated mail merge. However, in the near future, we will be exploring using membership levels and campaigns to trigger alternate versions of email content using dyanamic fields (something that we already do extensively for event invitations).

    Please let me know if you have further questions.

    Cheers,
    Tamiko

  • Former Member
    Former Member $organization in reply to Former Member

    Our customized acknowledgement report is the good ol' Print Acknowledgement Report with lots of additional parameters and output sets.

  • Thanks for sharing your processes Tamiko, sounds very cool :)

    For household memberships, do you have email addresses on the household? Or does your nifty custom report pull the email for WordFly from the individuals within the household?

  • We aren't using Wordfly for acknowledgements (yet!) - but we implemented a nifty pre/post-show triggered email this year that does a complicated mix of grabbing emails attached to orders, and if they don't exist, it grabs all the primary emails on/affiliated to the purchasing account. (I'll have our system documented in the 2013 TLCC Mini-Magic...hopefully...!)

    Essentially a local procedure runs each night to fill a local table with the necessary fields for Wordfly, then an output set feeds that info to Wordfly. Our procedure does the heavy lifting of determining the email addresses - and for some, there are two addresses that get the "same" email (if both spouses have primary emails). Like Nicholas, we tend to keep emails on the individual, and data on the household.

    Happy to pass on more details if you like...

    Beth

  • Wow Beth, you said the three magic words: Primary Email (on) Affiliated!

    I would love to see some more details if you are happy to share, much appreciated.