I’d like to run my newsletter-first website on Ghost and send the newsletters via Mailchimp. I don’t know yet if it’s possible to publish the Mailchimp archives on Ghost, only accessible for the members.
Hi @inoryum, thanks for your answer. I’ve been there but I might have missed something because I can’t find what i’m looking for.
I saw that it’s possible to synch members, to embed an email subscription form and to embed it on a Ghost site. I saw that it’s also possible to setup an RSS to Email campaign.
However, I can’t find information on wether or not it’s possible to publish / embed / share Mailchimp campaigns in Ghost. It would be great if it could look like the the “archive” or “blog” page of this Ubud theme for example : Ubud
I actually wrote some custom python code to do this for my own newsletter when leaving Mailchimp. It basically pulls posts from Mailchimp via API and dumps them into a json file that Ghost imports via the standard import button. It’s janky as heck, but it worked for me. Happy to share (with no ability to offer support) if you’re comfortable with python.
Wow @ppittman ! Thanks a lot, it’s really nice of you. I would love to take a look at your custom code. Is it possible for you to share it via private message on the forum ?
Thanks a lot.
I’d love for someone from Ghost to bump this discussion (or others?) into the Ideas category. I started my newsletter on Mailchimp, and would love to be able to bring them over to my Ghost Pro site. (And now that multiple newsletters are possible, I have a popup that I’d like to move, too.)
Yep will DM you! Code is very old and I don’t know if it still works with the APIs on either end of the bargain, but it might at least serve as a starting point for something?