Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to create bulk subscribers using mailwizz php sdk #18

Closed
rameshwebmaster opened this issue Dec 4, 2017 · 2 comments
Closed

how to create bulk subscribers using mailwizz php sdk #18

rameshwebmaster opened this issue Dec 4, 2017 · 2 comments

Comments

@rameshwebmaster
Copy link

hello,
when i create audience and while creating around 700-800 subscribers, it is taking time like 10-15min. so i want to create bulk subscribers because we have more than 10k subscribers and so want to reduce the time on server.
is that possible using php sdk?

Thanks in Advance.

@twisted1919
Copy link
Owner

Anytime when you want to push huge amounts of data over http you don;t do it from the browser but from the command line, so implement some sort of queue that takes the subscribers from the web interface and puts them in the queue which you later process and send to mailwizz.

@rameshwebmaster
Copy link
Author

I am already using queue for creating multiple subscribers. i thought there might be any other method to create same so we can reduce the processing time.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants