Good day! I have a form with a single field to collect email address - no other data is collected. I am using the GetResponse integration. API is correct and working with other forms.
Log reports error: httpStatus":400,"code":1000
"validationType": "body", "fieldName":["name"],"originalValue": "", "errorDescription": "Expected string length between: 1 and 128"}],
Since the form only has a single field, why is it erroring based on the absence of data in a different field? I do not have it mapped to expect a name in settings.
Thanks in advance for any guidance on this.