helpscout-api-php icon indicating copy to clipboard operation
helpscout-api-php copied to clipboard

New `associatedEntities` object in `thread.action` object

Open bob983 opened this issue 6 years ago • 0 comments

Threads contain action object which now contains a fresh new associatedEntities that can list IDs of entities associated with the action/thread.

...
"associatedEntities" : {
   "user" : 123,
   "workflow" : 345
}
...

All fields are optional and at the moment just those two are supported (and so far just one of the will be filled and only for some actions).

bob983 avatar Sep 10 '19 13:09 bob983