We are building an API integration with InSided and we are
currently adding support for webhooks to handle changes in content in
InSided, for example we are subscribing to `idea.Submitted`,
`question.Asked`, `article.Created`, etc.
We have noticed that if we change the title of an
article/question/conversation/idea we are not receiving any webhooks.
We would like some `.Updated` webhooks or similar, to allow
us to know when the content or title of an article or other object has
changed. Ideally we would like to know when an admin has changed the
title of an article so we can update it on our system.
Thanks!