You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your function is called addToAudience, so I think you’re trying to create a new list member. So instead of mailchimp.lists.members.update, you should be using mailchimp.lists.members.create.
If you instead want to update, you need to provide a subscriber hash as the second positional argument.
Exception: update() missing 1 required positional argument: 'data'
Is this an error from the mailchimp3 product or the Mailchimp API? Any idea how I could fix this?
The text was updated successfully, but these errors were encountered: