Very happy to see this released as a fast follow to the Unmark Answer feature:
Here’s what I’ve learned from testing this webhook:
- DOES trigger on answers unmarked by the button (as you’d expect)
- DOES trigger when an Admin, Moderator, or Community Manager uses the Unmark Answer button in the backend Control moderation view.
- Does NOT trigger on questions when the answer CHANGES
- User clicks Best Answer button on another reply
- Answer changes from previously marked answer to the new reply
- But GOOD NEWS the question.Answered webhook does trigger in a way where you can track this, as the payload includes these two fields:
Takeaways
IF you want to track ALL instances of when an answer is removed, including when it is REPLACED with another reply marked as the answer…
THEN you need to automate alerts on two webhook events: ;
- question.AnswerRemoved - notifies of events based on the button
- question.Answered - notifies of all events when an answer is marked
- Set up your automation to filter for only when the payload contains data for the Previous Answer Id or Author Id