feat: add batch subscribe and list whitelist support

- Add subscribe_batch endpoint for subscribing multiple members from CSV
- Add list whitelist: MAILMAN_LIST_ID supports multiple comma-separated lists
- Add IP whitelist: REQUESTOR_IP supports multiple comma-separated IPs
- Add optional list_id override for targeting specific lists
- Add test-subscribe-members2.sh utility script
- Update README with comprehensive documentation and examples
This commit is contained in:
2026-05-02 00:24:33 -04:00
parent 4feeb3faf5
commit 0d01f3e0b8
4 changed files with 722 additions and 55 deletions
+3 -1
View File
@@ -1 +1,3 @@
.env
.env
test*csv
tests