The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Right now, I have set up a base with a form. Upon submitting the form, I want this script to run to add the preferred email & name as subscribers in the Mailerlite API. Here's the script, it's pretty straightforward. I make a POST request to the Mail...
Here's the actual console window for editing the script (I have a different email here than test@test.com, this is an email I can access the inbox of for testing reasons) - I noticed that it does give error highlighting for some attributed of inputCo...
Yes, I have selected the variables on the left pane. When I console.log(inputConfig) I get{name: "Testing Dummy ", preferred_email: "test@test.com", other_email: null}I console.log(content) I get{email: "test@test.com", name: "Testing Dummy ", groups...