Forum Discussion
cgrinton
4 years agoExpert
I have an idea - as yet untested - about how to update KB articles without triggering notification emails for users who are subscribed at the board level:
- Use the /restapi/vc/messages/id/{MessageId}/move/board/id/{BoardId}?move_message.include_replies=true&move_message.ignore_notification=true API to temporarily move the message to a hidden board (i.e. a board that does not have subscribed users).
- Update the article using /api/2.0/messages/{MessageId}
- Use .../move/board/id/... again to move the message back to its original board.
Drawbacks I can think of are that I expect this will still send a notification to people who have subscribed directly to the article, and (if access to the hidden board is restricted) the article would be momentarily inaccessible.
Can anybody think of other drawbacks or traps to consider for with this approach?
- prasadu5073 years agoGuide
Thanks for the post and explanation.
I am also looking for the exact requirement. Need to turn off notifications when it is API update. Is there any latest update after that.
Related Content
- 11 years ago
- 7 months ago
- 3 years ago