[P1][Giving] Annual statement bulk email via SendGrid #24

Open
opened 2026-05-26 01:32:59 +00:00 by ChrisChen · 0 comments
Owner

Overview

Email each member their annual giving statement PDF after batch generation.

Tasks

  • SendGrid integration (SENDGRID_API_KEY from env var)
  • Bilingual email template: church name, year, member name, total given
  • Attach generated PDF or include secure download link
  • Bulk send with rate limiting (avoid SendGrid throttle)
  • Track send status per member (GivingReceipt.email_sent_at)
  • Resend individual receipt on demand

Reference

PLANNING.md Section 3.7 - Annual Giving Statement features

## Overview Email each member their annual giving statement PDF after batch generation. ## Tasks - [ ] SendGrid integration (SENDGRID_API_KEY from env var) - [ ] Bilingual email template: church name, year, member name, total given - [ ] Attach generated PDF or include secure download link - [ ] Bulk send with rate limiting (avoid SendGrid throttle) - [ ] Track send status per member (GivingReceipt.email_sent_at) - [ ] Resend individual receipt on demand ## Reference PLANNING.md Section 3.7 - Annual Giving Statement features
ChrisChen added this to the Phase 1 - MVP milestone 2026-05-26 01:32:59 +00:00
ChrisChen added the module: giving label 2026-05-26 01:32:59 +00:00
Sign in to join this conversation.