We are building a cloud function based on discourse API using the Webhooks using “Reviewable Event” to automate opening issues when flagged.
So when somebody Flag a Topic then we get a reviewable event.
But when another user Flag it, we don’t get any event “Reviewable Event” payload.
Also, It seems there is a limit in creating Flags per user, meaning a particular user can’t flag a topic more than once, when if the First Flag has been accepted, is there a way to reset those Flags using the API?
FYI @Phil_Snow
As for not seeing the second “reviewable created” event, that is because there is no additional item created for more flags against the same post - they’re bundled under the same “reviewable” item. This will affect score calculations, but all individual flags are are handled by the same reviewable.