Git Product home page Git Product logo

mailchimp-laravel's People

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  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

mailchimp-laravel's Issues

Vendor publish requires step 3 to be done before step 2

Hello,

I followed the steps you provided but artisan kept saying "nothing to publish" until I added the service provider (step 2) in my config/app.php. Only then vendor:publish worked. If I am not mistaken, step 3 should be placed before step 2 in the installation guide.

This is a great package, so thank you so much!

associative array issue

Hi,

I am facing the email error while i am sending a request to subscribe function (Validation error: {"email":"Please enter a struct/associative array"})
Is the issue fixed?

Awaiting for your response at the earliest.

Thank you

Email not added to newsletter list id.

Hi there, thanks for the work you've done on this.

The email subscription goes though without any exception, but the email doesn't appear in the mailchimp dasbhoard on the respective newsletter list id.

Is there some issue with the code or did the API parameters change?

Here's my code just in case I did something wrong, that could be pointed out:

$mailchimp = new MailchimpService; $mailchimp->addEmailToList($command->email);

Thanks a lot again!

Mailchimp V3

Version 3.0 of the mailchimp API is available.
Time to upgrade?

No List Create/Basic Call Errors

Hi there,

I love your package. With that being said, I do not see to post/create a list in Lists.php.

When I try to manually use your mailchimp package

$createList = $mailchimp->call('lists', $input);

The error I receive is:
No method '/lists' found

What is my issue and what can I do to work around this? Or do I have to extend your package to allow for POST functions?

Lumen, queue and one more question

Hi,

  1. Could you provide example for Lumen setup?
  2. Do you have an idea how could we integrate Queue feature using this wrapper to postpone subscribing?
  3. I see you are including entire mailchimp library, do we have all functions available from the library?

thanks

Describe features

Great package!

I have a few questions:

  • I would like the ability to sign up my users without having them to accept first, how do I do this?
  • How do I provide extra details, such as firstname, lastname, gender, etc?

Not being added to list

Hello,

First of all thank you for the simple package.
I have configured your package as per instructions.

I have the following problem:

  1. When I try to fake a list ID, I do get a Mailchimp error saying that the list does not exist, when I put the correct mailchimp list ID it works well
  2. When I try to add an already existing email I do get the Mailchimp_List_AlreadySubscribed exception
  3. When I try to add a non existing user, no exceptions occur, but nothing happens on my Mailchimp account and the list is not updated.

Am I missing something?

Thanks for the help!

Associative array required for lists subscribe

Hi, first of all congrats on this package, it is very nice.

I just wanted to point out that in your readme it says

$this->mailchimp->lists->subscribe($this->listId, $email);

but it should be:

$this->mailchimp->lists->subscribe($this->listId, ['email' => $email]);

When I tried it your way I kept getting this error:

Validation error: {"email":"Please enter a struct\/associative array"}

Curl error

Hi,
I have this error while posting a request to mailchimp:
ErrorException in Mailchimp.php line 198: curl_setopt() expects parameter 1 to
be resource, integer given

I checked out mailchimp master class construct, ch initiated successfully but in call method ch is 0!
I'm using this package in a job. and initiated mailchimp class with app("Mailchimp").

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.