Trigger webhook for solved action

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 лайка

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

3 лайка

@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 лайков

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 лайков

@sam
Я хотел бы заняться этим.

Я попробую реализовать эту функцию для плагина solved.

7 лайков

Вы можете попробовать, обязательно включите тест.

4 лайка

Я создал PR для запуска вебхука ‘решено’ при отметке сообщения как ответившего/неответившего:

При установке плагина при создании или редактировании вебхука появится опция вебхука ‘решено’

7 лайков