Hi Rich, thanks for posting this topic. We will need to add an enhancement for "metadata": { "body": "note body"}
Full JSON Schema of the request body to POST here:
Example request body to POST (this example is for a NOTE engagement):
{
"engagement": {
"active": true,
"ownerId": 1,
"type": "NOTE",
"timestamp": 1409172644778
},
"associations": {
"contactIds": [2],
"companyIds": [ ],
"dealIds": [ ],
"ownerIds": [ ]
},
"attachments": [
{
"id": 4241968539
}
],
"metadata": {
"body": "note body"
}
}
The optional "attachments" parameter accepts a list of file IDs, corresponding to IDs you get for files from the COS Files API.
Send us a ticket, we will try our best to assist you with your problem
Rich Hersey
Hubspot Engagement Notes
When creating an engagement I need the ability to add a note. There is no ability to add any data into the note field in Hubspot.
http://developers.hubspot.com/docs/methods/engagements/create_engagement