APIs & Integrations

neilw
Mitglied

Ticket API add Note

lösung

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 Upvotes
1 Akzeptierte Lösung
LeifInouye
Lösung
HubSpot-Alumnus/Alumna
HubSpot-Alumnus/Alumna

Ticket API add Note

lösung

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.

Lösung in ursprünglichem Beitrag anzeigen

0 Upvotes
2 Antworten
LeifInouye
Lösung
HubSpot-Alumnus/Alumna
HubSpot-Alumnus/Alumna

Ticket API add Note

lösung

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 Upvotes
neilw
Mitglied

Ticket API add Note

lösung

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 Upvotes