Skip to main content

Provide an 'updated' webhook for articles/questions/ideas/...

  • July 7, 2021
  • 3 replies
  • 23 views

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!

3 replies

daniel.boon
Forum|alt.badge.img
  • Helper ⭐️⭐️⭐️
  • July 21, 2021

Hey @johncommsor - thanks for sharing this idea! Can you explain a little how you’ll use the updated events in Commsor (e.g. will you be updating past activities)?


daniel.boon
Forum|alt.badge.img
  • Helper ⭐️⭐️⭐️
  • July 21, 2021
Updated idea status NewOpen

  • Author
  • Contributor ⭐️
  • July 21, 2021

Hi @daniel.boon , we use these webhooks to determine user activity for providing analytics and insight. In particular we would like to display the current name/title of the idea/question/article/… in our activity feed and summary stats. :)

 

Thanks!