Changes and updates to the Helpmonks API
Changes and updates to the Helpmonks API
We just pushed a new release to our Helpmonks servers which contains the following updates to the API:
-
The return data format has changed
The updated API now has the following returned format:
success : true/false,
error : contains error (only visible if success is false)
results : contains the result
You can find more details about it in our Developer documentation. -
New method: updateAssignee()
The new updateAssignee() method allows you to quickly update the assignee of a conversation with the API. The new method is documented at http://developer.helpmonks.com/api/conversation/update_assignee/ -
Fix on creating a new conversation
We found an issue when creating a new conversation that did not properly add the user of the conversation. In addition the documentation for creating a new conversation, shows more examples and explains the format to add a new user automatically.
Tuesday August 30, 2016