Add per-list double opt-in confirmation flow - #5
Merged
Conversation
Generated-By: PostHog Code Task-Id: 7bd51f1e-5c03-4daf-9508-80f081e18784
sagnik11
marked this pull request as ready for review
May 4, 2026 05:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TL;DR
Implements a per-list double opt-in feature that requires new contacts to confirm their subscription via an emailed link before they can receive campaigns. Adds environment variable configuration, list detail page UI controls, and comprehensive documentation.
What changed?
Configuration & Documentation
CONFIRMATION_FROM_EMAILenvironment variable to.env.examplefor configuring the sender address of confirmation emailsREADME.mdwith Double Opt-In section explaining setup, behavior, and user experienceCHANGELOG.mdand feature list to document the new double opt-in capabilityROADMAP.mdDatabase & Data Structure
ListInfointerface to includerequireDoubleOptInboolean flagpendingstatus to contact counts (alongside existingactive,bounced,unsubscribed)TabStatustype to include'pending'as a valid tab filter optionList Detail Page UI
togglingOptIn) for the double opt-in switchhandleToggleDoubleOptIn()function to toggle the feature on/off per listFeature Behavior
status = pending/confirm/<token>with minimal confirmation page UI