Attiva webhook per azione risolta

I am trying to trigger a webhook whenever a topic is marked as solved. When I mark a case as solved I do not see a webhook being triggered.

Am I missing something? Does the solved plugin not trigger a webhook?

2 Mi Piace

The discourse-solved plugin does not trigger webhooks. I don’t think we have a WebHook API for plugins.

3 Mi Piace

@zogstrip

Ah crap.
I would have thought the updated webhook would have been triggered.

I am marking this as planned, we got to expose something here, technically the post is “edited” so maybe we should expose “post-edited” when a post is marked solved. I am pretty sure its stored in a custom field so we could always ship that with the hook.

5 Mi Piace

We are adding Discourse as a forum to a system which tracks user actions and award points. Our system tracks content creation and interaction.

We successfully used webhooks to track post & topic creation but there doesn’t seem to be anything for post_edited or post_solved.

Is this in the backlog?

In the backlog but not slotted for any release yet, if you are self hosting and wish to get this to move faster only way is to submit a PR with the proposed improvement.

7 Mi Piace

@sam
Vorrei esaminare questa questione.

Proverò a sviluppare quella funzionalità per il plugin solved.

7 Mi Piace

Puoi provarci, assicurati di includere un test.

4 Mi Piace

Ho creato una PR per attivare un webhook risolto quando si segnala un post come risolto/non risolto:

Quando il plugin è installato, un’opzione per il webhook risolto apparirà durante la creazione o la modifica di un webhook

7 Mi Piace