APIs & Integrations

jorgeyosmiel
Member

How to add @mentioned on Note create on the API

I am creating notes using the Engagment API, I want to know if there is a way to add @mentioned an user

{
"engagement": {
"active": true,
"ownerId": xxxxxx,
"type": "NOTE",
"timestamp":3434343434
},
"associations": {
"contactIds": [xxxx],
"companyIds": [],
"dealIds": [xxxxx],
"ownerIds": [xxxxxx],
"ticketIds":[]
},
"attachments": [],
"metadata": {
"body": "This is testing from JJ"
}
}

1 Reply 1
WendyGoh
HubSpot Employee
HubSpot Employee

How to add @mentioned on Note create on the API

Hey @jorgeyosmiel,

 

As my colleague Derek mentioned on this similar query,

 

It's not currently possible to pin notes or @ mention users using the Engagements API

Having said that, if you haven't already, I'd recommend jumping over to the HubSpot Ideas Forum and posting this idea there so that it's visible to the HubSpot product team and other HubSpot customers and developers. Hopefully this will gather more interest.

 

0 Upvotes