Hubspot API to creates "Notes"

Hello community,

I’m receiving an error with the Hubspot API, I want to create Notes (engagement).
The current node of n8n aren’t allowin me to log in the “Notes”
image

Body parameters :

{

“engagement”: {“active”: true,

“type”: “NOTE”,

“timestamp”: 1409172644778},

“associations”:

{“contactIds”: [{{$node[“Hubspot”].json[“vid”]}}]

},

“metadata”: {“body”: “blablablalbal this is a test”}

}

Any help please :slight_smile:

Hi @TheG, this looks like an error coming from Hubspot rather than a problem with n8n. Do you have a working curl request you can share?

Hi @MutedJam ,

This was resolved in the other thread.
Thanks

1 Like

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