How to include sustaining/recurring gift information in a personalized email?
I'm trying to set up an email that is sent to members with an annually recurring gift. I'd like to notify them tweo weeks in advance of their card being charged. I cannot find the right S-tags, or any other way, to personalize the email with details such as their next payment date, payment amount, etc. since this is sustaining gift transaction info and not C360 info. Any ideas?
Comments
-
Hi Bo...
Since this is a sustaining gift, you could set the gift amount with:
Monthly amount: [[S1:sustained_monthly_amount]] or since the monthly amount would be the same you could simply use "Last Gift" [[S1:last_trans_amount]] (but if they make a gift outside of their sustaining gift it would mess this up.)
Next payment date is a tough one. We can render the last gift date but I'm trying to figure out if if there is a way we can code something to render the next month's date. Unforunately the "Interval" only gives you the numbers of months passed since the last successfully processed gift. The only thing I can think here for email would be a monster to configure. But I'm sure someone has a better idea. Perhaps a way to use Pagebuilder to put some JS in that says "if last gift equals 'February 3' then show 'March 3'".
Not sure how you plan to send at the "two weeks" mark. Are you just going to build a query to say:
"Sustained giving information Status equals Current Sustaining Donor"
AND "last gift equals 14 day or days prior to today"
And "Sustained giving information Card Expiration Date falls on or after 1 day or days beyond today"
AND "Sustained giving information Card Expiration Date falls on or before 14 day or days beyond today"
You will have to set this email to go out every day and build the query so it will only put someone in the target group one day every two or three years when their card is about to expire. This way you can use the "Dynamic content" configuration and send the same person this email each time their card is about to expire which should only be every three years for most people.
What other personalizations were you thinking about adding to the email?
Here is a thread we did about credit card alerts: http://community.convio.com/t5/Luminate-Online/Sustainer-Management-Auto-Prospecting-Using-Engagement-Factors/m-p/21346/highlight/true#M9575
0 -
Kent Gilliam:
Hi Bo...
Since this is a sustaining gift, you could set the gift amount with:
Monthly amount: [[S1:sustained_monthly_amount]] or since the monthly amount would be the same you could simply use "Last Gift" [[S1:last_trans_amount]] (but if they make a gift outside of their sustaining gift it would mess this up.)
Next payment date is a tough one. We can render the last gift date but I'm trying to figure out if if there is a way we can code something to render the next month's date. Unforunately the "Interval" only gives you the numbers of months passed since the last successfully processed gift. The only thing I can think here for email would be a monster to configure. But I'm sure someone has a better idea. Perhaps a way to use Pagebuilder to put some JS in that says "if last gift equals 'February 3' then show 'March 3'".
Not sure how you plan to send at the "two weeks" mark. Are you just going to build a query to say:
"Sustained giving information Status equals Current Sustaining Donor"
AND "last gift equals 14 day or days prior to today"
And "Sustained giving information Card Expiration Date falls on or after 1 day or days beyond today"
AND "Sustained giving information Card Expiration Date falls on or before 14 day or days beyond today"
You will have to set this email to go out every day and build the query so it will only put someone in the target group one day every two or three years when their card is about to expire. This way you can use the "Dynamic content" configuration and send the same person this email each time their card is about to expire which should only be every three years for most people.
What other personalizations were you thinking about adding to the email?
Here is a thread we did about credit card alerts: http://community.convio.com/t5/Luminate-Online/Sustainer-Management-Auto-Prospecting-Using-Engagement-Factors/m-p/21346/highlight/true#M9575
Hi Kent,
Thanks for your help. Unfortunately that's not going to work for us. As I mentioned, these are not a monthly sustaining gift but an annual recurring membership (sorry if my imporper use of the term "sustain" threw you off!). What we need are the following:
recurring next gift date
recurring next gift amount
*ideally* credit card last 4
*ideally* credit card type
I think that this is pretty standard stuff in for-profit businesses: "This is a friendly reminder that on 02/02/2012, your annual dues of $xx.00 will be billed to your Visa card ending in 1234."
If y'all can think of any ways to do this, I'd appreciate it.
0 -
Bo Bell:
Hi Kent,
Thanks for your help. Unfortunately that's not going to work for us. As I mentioned, these are not a monthly sustaining gift but an annual recurring membership (sorry if my imporper use of the term "sustain" threw you off!). What we need are the following:
recurring next gift date
recurring next gift amount
*ideally* credit card last 4
*ideally* credit card type
I think that this is pretty standard stuff in for-profit businesses: "This is a friendly reminder that on 02/02/2012, your annual dues of $xx.00 will be billed to your Visa card ending in 1234."
If y'all can think of any ways to do this, I'd appreciate it.
Yep. That helps. So are you using the membership configuration in donation forms for this? Or maybe eCommerce?
0 -
Kent Gilliam:
Yep. That helps. So are you using the membership configuration in donation forms for this? Or maybe eCommerce?
Membership attached to a donation2 form, where people have the option to make it a recurring gift - the default is annual forever recurring, but they can change the length of giving in the GSC. Many people forget that they've made an annual gift and then want a refund when they get the charge - some even make a NEW recurring gift upon receiving a direct mail renewal ask, since our DM provider is not too savvy about looking at our online givers
So, obviously, we'll be providing much better customer service if we can let them know BEFORE their recurring gifdt is charged!
And while we're at it, if that "recurring next gift date" could also be queryable, then that makes it much easier to set up an automated task to pull and email these people...as is, we have to query on first gift date and hope that they've maintained a steady pattern.
0 -
Bo Bell:
Membership attached to a donation2 form, where people have the option to make it a recurring gift - the default is annual forever recurring, but they can change the length of giving in the GSC. Many people forget that they've made an annual gift and then want a refund when they get the charge - some even make a NEW recurring gift upon receiving a direct mail renewal ask, since our DM provider is not too savvy about looking at our online givers
So, obviously, we'll be providing much better customer service if we can let them know BEFORE their recurring gifdt is charged!
And while we're at it, if that "recurring next gift date" could also be queryable, then that makes it much easier to set up an automated task to pull and email these people...as is, we have to query on first gift date and hope that they've maintained a steady pattern.
So when someone donates "membership" fields in Cons360 are being populated, right? I'm just trying to make sure we're on the same page because I know a lot of orgs that say that offer "membership" but they just call any donation to a specific form a "membership". I've been playing with some JS mixed with an S1 tag that will increase their last renewal date by 350 days. If I can get this to work then you could have content that says, "your next membership will be charged on MONTH DATE." I ran out of time today but will pick it back up on Monday.
0 -
Kent Gilliam:
So when someone donates "membership" fields in Cons360 are being populated, right? I'm just trying to make sure we're on the same page because I know a lot of orgs that say that offer "membership" but they just call any donation to a specific form a "membership". I've been playing with some JS mixed with an S1 tag that will increase their last renewal date by 350 days. If I can get this to work then you could have content that says, "your next membership will be charged on MONTH DATE." I ran out of time today but will pick it back up on Monday.
Yes' it's an actual membership, with a membership type in Convio that gets populated in C360 along with membership status.
I appreciate the help, but shy of an actual tag that pulls recurring next date, we're going to be in the dark...because our membership is based on an offline database (Pledgemaker) in which we often modify membership based upon last expiration date. Meaning, if you have a memebrhsip that expires on Jan 1, and you make a recurring annual membership donation on Jan 30, our offline DB sets your membership last renewal date to Jan 1 because we offer continuous membership with a grace period. But the Convio recurring date is weeks later...
(renewals outside the grace period are considered new memberships, and your fix would apply)
0 -
Bo Bell:
Yes' it's an actual membership, with a membership type in Convio that gets populated in C360 along with membership status.
I appreciate the help, but shy of an actual tag that pulls recurring next date, we're going to be in the dark...because our membership is based on an offline database (Pledgemaker) in which we often modify membership based upon last expiration date. Meaning, if you have a memebrhsip that expires on Jan 1, and you make a recurring annual membership donation on Jan 30, our offline DB sets your membership last renewal date to Jan 1 because we offer continuous membership with a grace period. But the Convio recurring date is weeks later...
(renewals outside the grace period are considered new memberships, and your fix would apply)
Not to be ungrateful! And I apologize if I sound that way. But if such annual gifts can be viewed in the "Sustaining Gifts" portion of the Donation Management module (they can), then it seems logical that they could be queried and the info pulled as personalizations...I guess that the software just hasn't been coded to allow that.
0 -
Bo Bell:
Not to be ungrateful! And I apologize if I sound that way. But if such annual gifts can be viewed in the "Sustaining Gifts" portion of the Donation Management module (they can), then it seems logical that they could be queried and the info pulled as personalizations...I guess that the software just hasn't been coded to allow that.
You can query the sustaining gift amount. And you can render it as a personalization using [[S1:sustained_monthly_amount]]. The problem here is that there is no field that states what the date is for the next transaction to process. And there's not one that can specifically call on a past date of a specific sustaining donation to a specific form. You can only query on First, Last or Largest of all gifts. If the annual sustaining gift was a donor's only gift it wouldn't be a problem but if they made any other donation it would really mess things up.
Without manually adding something to a custom field in "Additional Information" I can't think of another way to generate an actual date of the last sustaining gift to a specific form that you can query or render in a personalized field.
0 -
Kent Gilliam:
You can query the sustaining gift amount. And you can render it as a personalization using [[S1:sustained_monthly_amount]]. The problem here is that there is no field that states what the date is for the next transaction to process. And there's not one that can specifically call on a past date of a specific sustaining donation to a specific form. You can only query on First, Last or Largest of all gifts. If the annual sustaining gift was a donor's only gift it wouldn't be a problem but if they made any other donation it would really mess things up.
Without manually adding something to a custom field in "Additional Information" I can't think of another way to generate an actual date of the last sustaining gift to a specific form that you can query or render in a personalized field.
We use some personalization in our autoreplies for sustaining donors that may work for you:
<P>Your next donation of <convio:session name="120" param="dc:giftAmount"></convio:session> is scheduled for <convio:session name="120" param="dc:recurringNextPaymentDate"></convio:session>. </P>I don't see why you can't use that in a regular email.
Also, I checked Report Writer and it looks like you can create a report to pull in records (thus create a group) based on this as a filter. Then you can use this group in a query.
It might be a pain to set up at first, but if you're using a recurring email, once it's done, it'll run on it's own.
If you have any questions, please let me know.
Either way - good luck!!
0 -
Alicia Searfoss:
We use some personalization in our autoreplies for sustaining donors that may work for you:
<P>Your next donation of <convio:session name="120" param="dc:giftAmount"></convio:session> is scheduled for <convio:session name="120" param="dc:recurringNextPaymentDate"></convio:session>. </P>I don't see why you can't use that in a regular email.
Also, I checked Report Writer and it looks like you can create a report to pull in records (thus create a group) based on this as a filter. Then you can use this group in a query.
It might be a pain to set up at first, but if you're using a recurring email, once it's done, it'll run on it's own.
If you have any questions, please let me know.
Either way - good luck!!
Thanks, Alicia. I looked into that originally, but the documentation seemed to state that S120 was only available for a session - meaning that it's pulling the donation from that browsing session, not from the constituent record. Since the recurring gift was made in a prior browsing session, and the email is being sent outside of a browsing session, I didn't think that S120 tags would work...Kent/others, am I wrong about that? Or would this work?
0 -
Bo Bell:
Thanks, Alicia. I looked into that originally, but the documentation seemed to state that S120 was only available for a session - meaning that it's pulling the donation from that browsing session, not from the constituent record. Since the recurring gift was made in a prior browsing session, and the email is being sent outside of a browsing session, I didn't think that S120 tags would work...Kent/others, am I wrong about that? Or would this work?
We have it in all of our subsequent sustaining autoresponders and it works for us. I know because I am a sustaining giver and get the email like clockwork. This would not have come from a session since it goes out every month.
0 -
Kent Gilliam:
You can query the sustaining gift amount. And you can render it as a personalization using [[S1:sustained_monthly_amount]]. The problem here is that there is no field that states what the date is for the next transaction to process. And there's not one that can specifically call on a past date of a specific sustaining donation to a specific form. You can only query on First, Last or Largest of all gifts. If the annual sustaining gift was a donor's only gift it wouldn't be a problem but if they made any other donation it would really mess things up.
Without manually adding something to a custom field in "Additional Information" I can't think of another way to generate an actual date of the last sustaining gift to a specific form that you can query or render in a personalized field.
Thanks, Kent. I guess that what I mean is that I am able to go into a Constituent record and see their sustaining gift details, including the last 4 digits of the card and the next payment date - I can then change the next payment date if needed. I'd thought maybe there was a way to make those details queryable and/or put them into a tag. If I could put them into a custom field in the constituent record and then query that or access it via a S1 tag, that would work - is that possible?
If not then I guess I've got another thing to submit to the Ideas program... ;-)
0 -
Bo Bell:
Thanks, Kent. I guess that what I mean is that I am able to go into a Constituent record and see their sustaining gift details, including the last 4 digits of the card and the next payment date - I can then change the next payment date if needed. I'd thought maybe there was a way to make those details queryable and/or put them into a tag. If I could put them into a custom field in the constituent record and then query that or access it via a S1 tag, that would work - is that possible?
If not then I guess I've got another thing to submit to the Ideas program... ;-)
Alicia is right about the S120 tag. It will work to generate personalized content for you but you can't query it. I think in the S-tag doc it only says S120:dc:creditCardExpirationDate, S120:dc:creditCardNumber, and S120:dc:creditCardType do not work in autoresponders.
So you basically have two battles here. I think you've won the personalized content battle with the S120 recommendation from Alicia. But the query part is going to be a bit tougher. But I do like the idea of using Report Writer results to put donors with expired or soon-to-be expired credit cards and a scheduled transaction coming in the next two weeks or month into a group and emailing that group. That may be the least labor-intensive process there is.
0 -
Bo Bell:
Thanks, Alicia. I looked into that originally, but the documentation seemed to state that S120 was only available for a session - meaning that it's pulling the donation from that browsing session, not from the constituent record. Since the recurring gift was made in a prior browsing session, and the email is being sent outside of a browsing session, I didn't think that S120 tags would work...Kent/others, am I wrong about that? Or would this work?
It must be available in autoresponders and thank you pages only. Sorry - hope you figure that out because I can see a lot of potential for being able to pull it into emails and queries.
Brian or Noah might know if there's a workaround.
0 -
Alicia Searfoss:
It must be available in autoresponders and thank you pages only. Sorry - hope you figure that out because I can see a lot of potential for being able to pull it into emails and queries.
Brian or Noah might know if there's a workaround.
I just asked the Web Dev team about the use of S120 tags in regular email. I'll pass along their info as soon as I hear back.
Kent
0 -
Kent Gilliam:
I just asked the Web Dev team about the use of S120 tags in regular email. I'll pass along their info as soon as I hear back.
Kent
Yep, just tried in a non-autoresponder email as we've been discussing and it did NOT work.
"This email is being sent to notify you that in two weeks your credit card on file will be charged your annual membership contribution of Gift Amount is scheduled for Next Payment Date."
Please keep me posted on any ways to workaround or otherwise solve this issue. I think it would be VERY useful...
0 -
Bo Bell:
Yep, just tried in a non-autoresponder email as we've been discussing and it did NOT work.
"This email is being sent to notify you that in two weeks your credit card on file will be charged your annual membership contribution of Gift Amount is scheduled for Next Payment Date."
Please keep me posted on any ways to workaround or otherwise solve this issue. I think it would be VERY useful...
Sorry, I meant to post back here. S120 tags will only work for that specific session. The only way I know to work around this is by using custom_string fields. You could do a monthly upload to keep it up to date. As long as you didn't wait longer than 12 months to do an update import you would be fine.
0 -
Kent Gilliam:
Sorry, I meant to post back here. S120 tags will only work for that specific session. The only way I know to work around this is by using custom_string fields. You could do a monthly upload to keep it up to date. As long as you didn't wait longer than 12 months to do an update import you would be fine.
Can you explain, for curiosity sake, why it works in subsequent autoresponders? Obviously that session is not still open 14 months after the initial donation, so the data has to get saved somewhere.
Thanks!
0 -
Alicia Searfoss:
Can you explain, for curiosity sake, why it works in subsequent autoresponders? Obviously that session is not still open 14 months after the initial donation, so the data has to get saved somewhere.
Thanks!
I'm not exactly sure why. The only thing I can think is that each monthly transaction is basically processed just like a new one-time donation but the system triggers the transaction. Also, when a sustaining gift is created, at that current session it goes ahead and schedules future transactions. You might open a support ticket to see if there's any kind of field they can open up. Or ask Brian Mucha if he can think of a way.
0 -
Bo Bell:
Yep, just tried in a non-autoresponder email as we've been discussing and it did NOT work.
"This email is being sent to notify you that in two weeks your credit card on file will be charged your annual membership contribution of Gift Amount is scheduled for Next Payment Date."
Please keep me posted on any ways to workaround or otherwise solve this issue. I think it would be VERY useful...
Was there ever a solution for this? We are trying to do the same thing and I can't find a way to display the next payment date in an email (not an autoresponder).
0 -
Nellie Hovel:
You could do this different ways but most would take some serious coding to make something like: "if date equals February 5 render date March 5." It would take a lot of conditional tests. There is an S-tag that you can do to format current date + 30 days but that wouldn't work. You could also use this method to say "if month equals January: current date + 31" or "if month equals February: current date + 28" but you'd have to change for leap years.Was there ever a solution for this? We are trying to do the same thing and I can't find a way to display the next payment date in an email (not an autoresponder).
I'd say the easiest way is just to be very clear that every transaction is on that same day of the month every month or if gift is being processed on the 31st then it will be processed the last day of every month.
I'm out of the office this week but there are some threads in here about conditional date strings. I'll try to post that when I get back.0 -
We have the same need. We want to notify everyone with an upcoming annual recurring gift that their payment is happening soon, and include their next payment date, masked card number, and card type - we also allow annual renewals with bank account, although no one has made one yet, so we need the bank name and masked account number values at some point in the future too.
Is there still no way to display sustaining gift values in a regular email? As noted upthread 4 years ago, this is basic stuff in the for-profit world. I imagine if we send an email just warning people that their membership is renewing soon they're all just going to write back or call asking what card/bank account it's going to come out of!
I can pull all these values in ReportWriter but not get them into an email. Do I really have to create 5 new custom fields just to render this standard information and perform manual updates to keep it accurate?0
Categories
- All Categories
- Shannon parent
- shannon 2
- shannon 1
- 21 Advocacy DC Users Group
- 14 BBCRM PAG Discussions
- 89 High Education Program Advisory Group (HE PAG)
- 28 Luminate CRM DC Users Group
- 8 DC Luminate CRM Users Group
- Luminate PAG
- 5.9K Blackbaud Altru®
- 58 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 409 bbcon®
- 2.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- donorCentrics®
- 1.1K Blackbaud eTapestry®
- 2.8K Blackbaud Financial Edge NXT®
- 1.1K Blackbaud Grantmaking™
- 527 Education Management Solutions for Higher Education
- 1 JustGiving® from Blackbaud®
- 4.6K Education Management Solutions for K-12 Schools
- Blackbaud Luminate Online & Blackbaud TeamRaiser
- 16.4K Blackbaud Raiser's Edge NXT®
- 4.1K SKY Developer
- 547 ResearchPoint™
- 151 Blackbaud Tuition Management™
- 61 everydayhero
- 3 Campaign Ideas
- 58 General Discussion
- 115 Blackbaud ID
- 87 K-12 Blackbaud ID
- 6 Admin Console
- 949 Organizational Best Practices
- 353 The Tap (Just for Fun)
- 235 Blackbaud Community Feedback Forum
- 55 Admissions Event Management EAP
- 18 MobilePay Terminal + BBID Canada EAP
- 36 EAP for New Email Campaigns Experience in Blackbaud Luminate Online®
- 109 EAP for 360 Student Profile in Blackbaud Student Information System
- 41 EAP for Assessment Builder in Blackbaud Learning Management System™
- 9 Technical Preview for SKY API for Blackbaud CRM™ and Blackbaud Altru®
- 55 Community Advisory Group
- 46 Blackbaud Community Ideas
- 26 Blackbaud Community Challenges
- 7 Security Testing Forum
- 3 Blackbaud Staff Discussions
- 1 Blackbaud Partners Discussions
- 1 Blackbaud Giving Search™
- 35 EAP Student Assignment Details and Assignment Center
- 39 EAP Core - Roles and Tasks
- 59 Blackbaud Community All-Stars Discussions
- 20 Blackbaud Raiser's Edge NXT® Online Giving EAP
- Diocesan Blackbaud Raiser’s Edge NXT® User’s Group
- 2 Blackbaud Consultant’s Community
- 43 End of Term Grade Entry EAP
- 92 EAP for Query in Blackbaud Raiser's Edge NXT®
- 38 Standard Reports for Blackbaud Raiser's Edge NXT® EAP
- 12 Payments Assistant for Blackbaud Financial Edge NXT® EAP
- 6 Ask an All Star (Austen Brown)
- 8 Ask an All-Star Alex Wong (Blackbaud Raiser's Edge NXT®)
- 1 Ask an All-Star Alex Wong (Blackbaud Financial Edge NXT®)
- 6 Ask an All-Star (Christine Robertson)
- 21 Ask an Expert (Anthony Gallo)
- Blackbaud Francophone Group
- 22 Ask an Expert (David Springer)
- 4 Raiser's Edge NXT PowerUp Challenge #1 (Query)
- 6 Ask an All-Star Sunshine Reinken Watson and Carlene Johnson
- 4 Raiser's Edge NXT PowerUp Challenge: Events
- 14 Ask an All-Star (Elizabeth Johnson)
- 7 Ask an Expert (Stephen Churchill)
- 2025 ARCHIVED FORUM POSTS
- 322 ARCHIVED | Financial Edge® Tips and Tricks
- 164 ARCHIVED | Raiser's Edge® Blog
- 300 ARCHIVED | Raiser's Edge® Blog
- 441 ARCHIVED | Blackbaud Altru® Tips and Tricks
- 66 ARCHIVED | Blackbaud NetCommunity™ Blog
- 211 ARCHIVED | Blackbaud Target Analytics® Tips and Tricks
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- Luminate CRM DC Users Group
- 225 ARCHIVED | Blackbaud eTapestry® Tips and Tricks
- 1 Blackbaud eTapestry® Know How Blog
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
- 1 Blackbaud K-12 Education Solutions™ Blog
- 280 ARCHIVED | Mixed Community Announcements
- 3 ARCHIVED | Blackbaud Corporations™ & Blackbaud Foundations™ Hosting Status
- 1 npEngage
- 24 ARCHIVED | K-12 Announcements
- 15 ARCHIVED | FIMS Host*Net Hosting Status
- 23 ARCHIVED | Blackbaud Outcomes & Online Applications (IGAM) Hosting Status
- 22 ARCHIVED | Blackbaud DonorCentral Hosting Status
- 14 ARCHIVED | Blackbaud Grantmaking™ UK Hosting Status
- 117 ARCHIVED | Blackbaud CRM™ and Blackbaud Internet Solutions™ Announcements
- 50 Blackbaud NetCommunity™ Blog
- 169 ARCHIVED | Blackbaud Grantmaking™ Tips and Tricks
- Advocacy DC Users Group
- 718 Community News
- Blackbaud Altru® Hosting Status
- 104 ARCHIVED | Member Spotlight
- 145 ARCHIVED | Hosting Blog
- 149 JustGiving® from Blackbaud® Blog
- 97 ARCHIVED | bbcon® Blogs
- 19 ARCHIVED | Blackbaud Luminate CRM™ Announcements
- 161 Luminate Advocacy News
- 187 Organizational Best Practices Blog
- 67 everydayhero Blog
- 52 Blackbaud SKY® Reporting Announcements
- 17 ARCHIVED | Blackbaud SKY® Reporting for K-12 Announcements
- 3 Luminate Online Product Advisory Group (LO PAG)
- 81 ARCHIVED | JustGiving® from Blackbaud® Tips and Tricks
- 1 ARCHIVED | K-12 Conference Blog
- Blackbaud Church Management™ Announcements
- ARCHIVED | Blackbaud Award Management™ and Blackbaud Stewardship Management™ Announcements
- 1 Blackbaud Peer-to-Peer Fundraising™, Powered by JustGiving® Blogs
- 39 Tips, Tricks, and Timesavers!
- 56 Blackbaud Church Management™ Resources
- 154 Blackbaud Church Management™ Announcements
- 1 ARCHIVED | Blackbaud Church Management™ Tips and Tricks
- 11 ARCHIVED | Blackbaud Higher Education Solutions™ Announcements
- 7 ARCHIVED | Blackbaud Guided Fundraising™ Blog
- 2 Blackbaud Fundraiser Performance Management™ Blog
- 9 Foundations Events and Content
- 14 ARCHIVED | Blog Posts
- 2 ARCHIVED | Blackbaud FIMS™ Announcement and Tips
- 59 Blackbaud Partner Announcements
- 10 ARCHIVED | Blackbaud Impact Edge™ EAP Blogs
- 1 Community Help Blogs
- Diocesan Blackbaud Raiser’s Edge NXT® Users' Group
- Blackbaud Consultant’s Community
- Blackbaud Francophone Group
- 1 BLOG ARCHIVE CATEGORY
- Blackbaud Community™ Discussions
- 8.3K Blackbaud Luminate Online® & Blackbaud TeamRaiser® Discussions
- 5.7K Jobs Board