Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save campaign content (as draft) #23

Open
mgax opened this issue May 15, 2024 · 0 comments
Open

Save campaign content (as draft) #23

mgax opened this issue May 15, 2024 · 0 comments

Comments

@mgax
Copy link
Member

mgax commented May 15, 2024

The editor should have the option to create a campaign in Mailchimp, and update its configuration and content, without sending test emails, or scheduling/sending the campaign itself.

The "Newsletter" editor tab should have a button, "Save campaign", that will trigger an API call to the server, which will call the campaign backend's save_campaign method.

The page should check whether there are any unsaved changes and prompt the editor to save their changes, otherwise the CMS backend will be sending stale data to Mailchimp.

Add a link in the "Newsletter" tab to the campaign page in the Mailchimp web app.

  • For draft campaigns, the URL is https://{server}.admin.mailchimp.com/campaigns/edit?id={campaign_web_id}.
  • For sent campaigns, the URL is https://{server}.admin.mailchimp.com/campaigns/show?id={campaign_web_id}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant