Hubspot form actions

Describe the problem/error/question

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 :slight_smile:

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Firat_Ersin_Corbaci,

Welcome to the community :raised_hands:

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.

What sort of thing were you trying to do?

Hey Jon, thank you for the response!

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.

1 Like

Hey @Firat_Ersin_Corbaci,

Sounds like you are mostly on top it of, It also sounds like maybe at some point in the future we should add support for Forms to the Hubspot node.

1 Like

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.
image

There is no error from n8n side. This is what hubspots forms API documentation says about submitting contextual data.

Hey @Firat_Ersin_Corbaci,

It might be nothing but the error would suggest you are sending pageurl but the documentation snippet shows it as pageUrl maybe the case is important.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.