Mailchimp

Mailchimp API in WordPress

In this tutorial we are going to talk deeply about establishing connection with Mailchimp API using WordPress HTTP API functions.

In our code examples we are going to use wp_remote_get(), wp_remote_post() and wp_remote_request() functions. If you’re looking for cURL examples, here is another tutorial.

How to Sync WordPress User Registrations to Mailchimp

In this tutorial I will show you two different ways how you can sync WordPress user registrations to Mailchimp. The first way is more for developers, we are going to create API requests, the second one – for regular users, so all you have to do is just to install the plugin.

MailChimp API v3.0 Get Lists in PHP

Mailchimp API Add Subscriber – Code Examples

Previously I did a lot of work with Mailchimp API in PHP while creating my Mailchimp and WordPress sync plugin, so why not share some working and ready code example with you guys.

In this tutorial examples I am going to use PHP and cURL in order to connect to Mailchimp API. I have a tutorial with WordPress examples as well.