2.2.0
- PR #122 resolves #121 - Adds support for validating inbound webhook requests, ensuring they're from HelpScout, as well as other convenience methods
- PR #123 -
setAssignee()
can now be used to specify the assignee when creating a conversation (previously could only usesetAssignTo()
) - PR #126 -
updateTags()
andupdateCustomFields()
now acceptCollection
and[Tags|CustomFields]Collection
in addition to an array. This is a quality of life improvement, making it easier to update these fields for existing conversations.
In other news, the v2
branch is now the new master
. You can still track changes to the v1 SDK via the v1
branch.