Bob Stalmach

Results 2 issues of Bob Stalmach

Threads contain `action` object which now contains a fresh new `associatedEntities` that can list IDs of entities associated with the action/thread. ```json ... "associatedEntities" : { "user" : 123, "workflow"...

new-feature

There's a new `closedByUser` object in Conversation object which represents the user who closed the conversation. ``` json ... "closedByUser" : { "id" : 14, "type" : "user", "first" :...

new-feature