How to make segments under lists with mailchimp laravel -


i using mailchimp mailing service laravel , want add segment under particular list send campaign specific list/segment

mailchimpwrapper::lists()->segmentadd(     $this->getlist(),     array(         'type'=> 'saved',         'name'=>'testseg',         'segment_opts'=>array('match'=>'any', 'conditions'=>array(['field'=>'email', 'op'=>'eq', 'value'=>'architwankhede@gmail.com']))     ) ) 

try this


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -