But in node red it doesnt seem like there is an easy button for an http post for form data. Would anyone have any tips? Any tips with a javascript function would be greatly appreciated if I need to go to that extent.
You currently have the HTTP Request node configured to return a parsed JSON object. The error you're getting suggests the response to the HTTP Request isn't parsable JSON. Change the Request node configuration to return a String and see what you get.