stefun
stefun

Reputation: 1551

Sending single mail using mailchimp API V3

We need to send single mail using MailChimp. Is there any provision in MailChimp to send mail without creating list.

According to my understanding we need to :

  1. Create campaign
  2. create list
  3. Map list to campaign

So in case of say successful registration, do we need to follow these steps to send single mail or is there some workaround to avoid these many api calls.

Any help appreciated.

Upvotes: 5

Views: 6394

Answers (1)

craigq
craigq

Reputation: 792

The Mandrill product (part of MailChimp) is intended for those kinds of one off emails. They call them "transactional" emails since they are based on the user's action.

Upvotes: 3

Related Questions