I am trying to push non-hubspot form data to hubspot as a form activity. Can’t see any form action option in Hubspot node. Any help or workaround is appreciated
It looks like we don’t have an option for form activity in the Hubspot node at the moment so if you wanted to work with that you would need to use the HTTP Request node and follow the Hubspot API documentation to implement it.
I am trying to submit the data from our Elementor and Jetform forms to HubSpot forms so we can see them as a form submission and have ease-of-use within hubspot when reviewing forms. I managed to get data from elementor forms with webhooks but I cant submit data to hubspot because I fail to make the connection. (trying HTTP request node and getting credential errors )
Edit: I checked the credentials with a HubSpot node (reading some data), and it works. Both OAuth2 and App Token (I have a private app set up). I get the credential error for HTTP request node though.
Update: Managed to make a POST action using HTTP node finally. Able to pass contact properties and now Trying to figure out how to pass on form submission details such as page URL.
Thank you again! Now I managed to submit data to a form, what I have problem now is to send contextual data about form submission e.g. page URL, time stamp etc. Anything that is a contact property in our hubspot can submit but if its not a contact property I see this error from hubspot side.
There is no error from n8n side. This is what hubspots forms API documentation says about submitting contextual data.