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

Connect with Mailchimp API to automate monthly mailouts #37

Open
MrQwest opened this issue Oct 23, 2014 · 1 comment
Open

Connect with Mailchimp API to automate monthly mailouts #37

MrQwest opened this issue Oct 23, 2014 · 1 comment

Comments

@MrQwest
Copy link
Owner

MrQwest commented Oct 23, 2014

No description provided.

@MrQwest MrQwest mentioned this issue Oct 23, 2014
Closed
@mikestreety
Copy link
Contributor

I have previously used Mailchimp's official PHP API Library for this:

https://bitbucket.org/mailchimp/mailchimp-api-php

$mc = new Mailchimp('API KEY');

Looks like you can then do

$newsletter = $mc->campaigns-create(OPTIONS);

See here for the parameters: https://bitbucket.org/mailchimp/mailchimp-api-php/src/db2a5b7264e820bc594dbbde698df6012220bfea/src/Mailchimp/Campaigns.php?at=master#cl-27

It then looks like you can send it with the send() method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants