Enhancement: Mailchimp campaigns are created but never sent #98

Open
opened 2026-05-29 05:30:31 +00:00 by jmiller · 1 comment
Owner

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 send API call after campaign creation, controlled by a plugin parameter (auto_send: yes/no, default: no for safety).

Files: MailchimpService.php

Label: priority: high, type: bug

## 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 `send` API call after campaign creation, controlled by a plugin parameter (auto_send: yes/no, default: no for safety). **Files:** `MailchimpService.php` **Label:** `priority: high`, `type: bug`
Author
Owner

Branch created: feature/98-enhancement-mailchimp-campaigns-are-crea

git fetch origin
git checkout feature/98-enhancement-mailchimp-campaigns-are-crea
Branch created: [`feature/98-enhancement-mailchimp-campaigns-are-crea`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/98-enhancement-mailchimp-campaigns-are-crea) ```bash git fetch origin git checkout feature/98-enhancement-mailchimp-campaigns-are-crea ```
Sign in to join this conversation.
Type Enhancement
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#98