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”
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