APIs & Integrations

neilw
メンバー

Ticket API add Note

解決

Is it possible to add a note or call to a ticket via the API. It's available on the GUI but the engagements API only seems to work with Contacts.

I can successfully open and update tickets.

0 いいね!
1件の承認済みベストアンサー
LeifInouye
解決策
元HubSpot社員
元HubSpot社員

Ticket API add Note

解決

Hey Neil,

This is possible using this endpoint: https://developers.hubspot.com/docs/methods/engagements/create_engagement

In your request body, make sure you add the key value pair: "ticketIds": [XXXX] where XXXX is the ID of the ticket you are posting to.

元の投稿で解決策を見る

0 いいね!
2件の返信
LeifInouye
解決策
元HubSpot社員
元HubSpot社員

Ticket API add Note

解決

Hey Neil,

This is possible using this endpoint: https://developers.hubspot.com/docs/methods/engagements/create_engagement

In your request body, make sure you add the key value pair: "ticketIds": [XXXX] where XXXX is the ID of the ticket you are posting to.

0 いいね!
neilw
メンバー

Ticket API add Note

解決

Thanks, that works.

Also noted that the documentation for tickets suggest that "status" can be updated where in fact that errors. hs_pipeline_stage works instead.

0 いいね!