APIs & Integrations

joparisot
Teilnehmer/-in

Posting comment on a company

Hello,

I am trying to post comment on a company automatically using the API. I can’t see to find how to do this. Is this even possible?

Thank you

0 Upvotes
3 Antworten
Derek_Gervais
HubSpot-Alumnus/Alumna
HubSpot-Alumnus/Alumna

Posting comment on a company

Hi @joparisot,

It is possible to replicate an @-mention via the API, but this doesn’t currently send any email or in-app notifications, so it doesn’t have the same utility as an in-app @-mention. This is why we don’t document @-mentioning in the Developer docs.

0 Upvotes
joparisot
Teilnehmer/-in

Posting comment on a company

@Derek_Gervais Thanks so much!

I have another question, is there a way to tag a user through the API? I have tried passing a string @username but that didn’t work.

Thanks

0 Upvotes
Derek_Gervais
HubSpot-Alumnus/Alumna
HubSpot-Alumnus/Alumna

Posting comment on a company

Hi @joparisot,

You can create a note engagement using the engagements API:

Create an Engagement | Engagements API

POST /engagements/v1/engagements - Create an engagement via the HubSpot API.

0 Upvotes