Calling all n8n / Lovable devs - help needed!

I need some help with this one if anyone is available and willing to help?

I have a built an Email Validation platform in Lovable. I upload spreadsheets and the app quickly and seamlessly cleans and validates all emails in the list. It then returns validation data as valid, invalid or unknown with a description for each. This all works great. Here’s the problem tho… I added API keys & endpoints to the app so that I can send individual emails addresses to the app from n8n (submitted from a webform) using the HTTP Request node it appears to work and I get a 200 code but the results that are returned aren’t as I would expect! (valid, invalid or unknown) It actually returns some HTML data and none of the required data as described. I have tried everything and double checked my inputs but still can’t get it to work. If anyone would like to have a look at this and see if they can fix it, I can give you access. Just drop me an DM.

Thanks in advance! :slight_smile:
Andi

See if it is something as simple as adding an “Accept” request header with “application/json” as the value.

Hi

Thanks for that! But yes, I did add the accept / json value