Closed shairyar closed 9 years ago
@shairyar
Use merge vars
<?php
$mca = $this->get('hype_mailchimp');
$mca->getList()
->addMerge_vars(
array(
'FNAME' => 'Jhon',
'LNAME' => 'Doe'
)
)
->subscribe('jhon.doe@gmail.com');
Hi,
Thanks for sharing the bundle, i got it to work just fine, I can get the subscriber added using email however i cant seem to find a way to add subscriber first and last name?
Even your subscribe function does not seem to be taking any names