Java Wrapper for Mailchimp API v3.0
Asked Answered
A

5

12

I just started working with the Mailchimp API. So far I have configured the open authentication using Node.js and Angular.js. I want to implement an export of customers (First name, Last name and Email) from my app to a Mailchimp list. I want to do this in a Java worker, so I started looking for a Mailchimp API wrapper for Java. So far I have managed to find ecwid-mailchimp wrapper, but it is for Mailchimp API v2.0 and it looks like the project is dead.

Is there an active implementation of a Java wrapper for Mailchimp API v3.0?

It does not seem a good idea to use the old API (v2.0) and a dead implementation in a new project.

The alternative is to do the implementation by myself, but it is a waste of time if someone has already done it.

Aurochs answered 26/1, 2016 at 15:43 Comment(0)
A
4

After a lot of searching I found this project on github. It is incomplete, but I created a pull request with the OAuth and am currently working on batches.

Aurochs answered 28/1, 2016 at 11:34 Comment(0)
S
6

MaleOrang is a new Java Wrapper for Mailchimp API v3.0. It is a replacement for ecwid-mailchimp from the same vendor.

Scarlet answered 10/8, 2016 at 2:58 Comment(0)
A
4

After a lot of searching I found this project on github. It is incomplete, but I created a pull request with the OAuth and am currently working on batches.

Aurochs answered 28/1, 2016 at 11:34 Comment(0)
E
2

AFAIK, there is no existing Java wrapper, but it shouldn't be too hard to do yourself. You'll want to look into the API v3 batch operations docs to make this as easy on yourself as possible.

Efrainefram answered 26/1, 2016 at 20:33 Comment(0)
P
0

Found one more Java wrapper library, relatively fresh, bananaj. At least I've found those API methods that were needed for me, but were missing in libraries from previous answers.

Plotkin answered 13/2, 2020 at 11:27 Comment(0)
A
0

bananaj is amazing library I forked already or another way is calling the rest API https://mailchimp.com/developer/api/marketing/automation-email-queue/ , I was testing using postman and Java http library.

Aperient answered 8/10, 2020 at 11:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.