Abhinav
Abhinav

Reputation: 2111

MailChimp send email v3.0

The version 2.0 of MailChimp APIs has a campaign send API. However I don't find any similar API on v3.0. I do find an automation API where in I can start a workflow, however it appears from the documentation that workflows can't be created using APIs and can be created only using the GUI. The requirement is to be able to send emails using MailChimp API. Please advise.

Upvotes: 6

Views: 9209

Answers (3)

Mokgadi Rasekgala
Mokgadi Rasekgala

Reputation: 111

You actually cannot send one on one email with APIv3.0. Mandrill now takes over for the transactional emails.

Upvotes: 1

Bob Ray
Bob Ray

Reputation: 1172

It's now possible to both create and send a campaign through the V3.0 API.

See the 'Action' tab here

You can send to a saved segment, but as far as I can tell, there's no way to create a saved segment via the API.

Upvotes: 4

TooMuchPete
TooMuchPete

Reputation: 4643

It's not yet possible to edit or create campaigns in API v3.0. See the API v3 roadmap.

Upvotes: 0

Related Questions