Coder Social home page Coder Social logo

mzmailchimpbundle's People

Contributors

aserratorta avatar brunonic avatar dlondero avatar jorns avatar jsavolainen avatar maks-rafalko avatar miguel250 avatar nyholm avatar ollietb avatar oskarstark avatar phobetor avatar soerenmartius avatar titouan13 avatar toooni avatar webkmua avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mzmailchimpbundle's Issues

How to turn on the Inliner

Hi, I need to turn on the Inliner for all my campaigns, is there anyway to do this by this bundle?

Thanks.

Send Newsletter

!Hello, please how can send newsletter with this bundle
thanks

Add user to a group ?

Hi !

I'm trying to add mailchimp to my app. So far, I managed to subscribe users to my list, but I'm stuck.

My list is split into 2 groups : admins and Users.

Whenever a user register, he should be added to the "users" group. same thing goes for admins.

The thing is, I cannot find anything group-related in this bundle. is there a way to do so ? Subscribe the user and immediately add him to a group ?

Thank you

deleting static segment

am trying to add static segments (Winter/Summer), by using my own condition, am not used to MailChimp so i don't know if am doing things right. any feedback would be very useful Thanks.

array_combin() issue

When trying with the option:

$options = array('status' => 'subscribed');

I get the following error:

Warning: array_combine() [function.array-combine]: Both parameters should have an equal number of elements in /Applications/MAMP/htdocs/symfony2/vendor/bundles/MZ/MailChimpBundle/Services/Methods/MCExport.php line 46

Everything seems to work ok from Mailchimp point of view. It says that the call was ok (green mark) that the method was exportList and that it took 26.382 sec (more than 37'000 subscriber)

When I use the unsubscribed option I get back not much (although I should get 28 unsubscribed) I did a simple controller that implement your methods:

public function mailchimpAction(){

      $mailChimp = $this->get('MailChimp');
      $unsubscribed = $mailChimp->getExport();
      $options = array('status' => 'unsubscribed');
      $unsubscribed->DumpList($options); //return array

      return $this->render('PixartsTestBundle:Test:mailchimp.html.twig', array('unsubscribed' => $unsubscribed));

}

and I send it to a twig template:


    {% for member in unsubscribed %}
  • {{ member }}

  • {% endfor %}

the {{ member }} var is never populated

Buzz-RequestException

i override the bundle following the symfony standard, after debugging and making sure that all my new methods are loaded, i got this error message, also when i try to execute a method already implemented in the MZMailChimpBundle:

 [Buzz\Exception\RequestException]             
  Connection timed out after 5001 milliseconds 

i tried to edit the makerequest method in HTTPClient class:

$curl->setOption($curl, CURLOPT_TIMEOUT, 400);

The getExport() Function dumps the whole list of subscriber

Mailchimp allows to select what type of subscribers to select:
http://apidocs.mailchimp.com/export/1.0/list.func.php
with 3 params: subscribed, unsubscribed, cleaned where the default is subscribed.

It would be good if we could pass a param to get only the unsubscribed (very useful to sync back to a CRM)

additionally, symfony gives me a warning:
Warning: array_combine() [function.array-combine]: Both parameters should have an equal number of elements in /Applications/MAMP/htdocs/symfony2/vendor/bundles/MZ/MailChimpBundle/Services/Methods/MCExport.php line 45

Buzz Integration

Do you think using Buzz for API communication is doable?

That would remove the curl dependency and make it easier for projects, since Buzz will fallback to streams to get the job done.

Is there a way to retrieve a single campaign? If not, can you add it?

I'd like to have the ability to pull a single campaign, edit it's content, then save it back to MailChimp. I'm not sure if it's possible, but if it is:

Can you illustrate how to do it in the docs if that functionality already exists? (although, looking through the service methods, nothing associated with campaigns makes me think it exists)

Add the functionality if possible?

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.