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

It is possible to subscribe to multiple lists? #28

Open
bwalkernz opened this issue Dec 5, 2022 · 1 comment
Open

It is possible to subscribe to multiple lists? #28

bwalkernz opened this issue Dec 5, 2022 · 1 comment

Comments

@bwalkernz
Copy link

When a user subscribes to a list is it possible to add them into other lists at the same time?

@alanmontefiore
Copy link

I've done some like this:

for (var i = 0; i < selectedLists.length; i++) { await subscribeToList({ Name: req.name, EmailAddress: req.email }, selectedLists[i].ListID) }

But it's not ideal, it's susceptible to:

{ Code: 429, Message: 'Subscriber was added too many times too quickly, try again later.' }

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