Create contact Hubspot error: Cannot read properties of undefined (reading 'cause')

Describe the problem/error/question

I want to create a contact in HubSpot with the node “Create or update a contact”, I make the conetion with APP Token

What is the error message (if any)?

Cannot read properties of undefined (reading ‘cause’)

Please share your workflow

{
“nodes”: [
{

  **"parameters": {**

    **"authentication": "appToken",**

    **"email": "[email protected]",**

    **"additionalFields": {},**

    **"options": {**

      **"resolveData": false**

    **}**

  **},**

  **"type": "n8n-nodes-base.hubspot",**

  **"typeVersion": 2.1,**

  **"position": \[**

    **-208,**

    **-32**

  **],**

  **"id": "758034ee-d8cc-4588-8a7e-c173a0b28b65",**

  **"name": "Create or update a contact",**

  **"credentials": {**

    **"hubspotAppToken": {**

      **"id": "7u1qwXdWLelyrEhm",**

      **"name": "Digo-Post"**

    **}**

  **}**

**}**

],
“connections”: {},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,

**"instanceId": "df8927b281b7702af48267856baf6bafb8caaf21fbf4a7f48b3de1066cbe5a9c"**

}
}

Information on your n8n setup

  • n8n version: 1.102.3 (Self Hosted)
  • Database: SQLite
  • n8n EXECUTIONS_PROCESS setting: own
  • Running n8n via: Docker Docker (application managed from Easypanel in a DigitalOcean droplet)
  • Operating system: Ubuntu 22.04 LTS

Provide more required fields. Add at least one first or last name in Additional Fields, even if they are dummy values, to ensure the API receives a more complete payload.

Enable resolveData: true. This option allows the node to wait for and process the actual API response, making it easier to identify if a structured error is coming from HubSpot.

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