Neil Young
Results
2
comments of
Neil Young
That works great Rick, Many Thanks for your help. Unfortunately I now seem to get an issue when posting data to the endpoint. When adding an email address to the...
Of course. const sendNewsletterSubscription = (data) => { return mailchimp.browse( ["3.0", "lists", config.mailchimp.id, "members", ""], { method: "POST", body: { EMAIL: data.EMAIL }, query: { "u": config.mailchimp.u, "id": config.mailchimp.id }...