Enhancement: Mailchimp campaigns are created but never sent #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Audit Finding H-10
Severity: High
Issue:
MailchimpService creates a campaign via the API but never calls the send endpoint. Campaigns remain as drafts in Mailchimp unless manually sent.
Fix: Add a
sendAPI call after campaign creation, controlled by a plugin parameter (auto_send: yes/no, default: no for safety).Files:
MailchimpService.phpLabel:
priority: high,type: bugBranch created:
feature/98-enhancement-mailchimp-campaigns-are-crea