nztim/mailchimp

It possible to subscribe or unsubscribe by array?

Closed this issue · 2 comments

Mailchimp::subscribe([$listId, $emailAddress, $merge = [], $confirm = true, $listId, $emailAddress, $merge = [], $confirm = true, $listId, $emailAddress, $merge = [], $confirm = true]);

nztim commented

No that way of interacting isn't supported. I would just loop over the addresses and subscribe each one.

No that way of interacting isn't supported. I would just loop over the addresses and subscribe each one.

Thank you