Disparar webhook para acción resuelta

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 Me gusta

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

3 Me gusta

@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 Me gusta

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 Me gusta

@sam
Me gustaría investigar esto.

Intentaré desarrollar esa función para el plugin solved.

7 Me gusta

Puedes probarlo, asegúrate de incluir una prueba.

4 Me gusta

He creado un PR para activar un webhook de ‘resuelto’ al marcar una publicación como respondida/no respondida:

Cuando el plugin está instalado, aparecerá una opción de webhook de ‘resuelto’ al crear o editar un webhook

7 Me gusta