# Trigger webhook for solved action

**URL:** https://meta.discourse.org/t/trigger-webhook-for-solved-action/78913
**Category:** Feature
**Tags:** planned, solved
**Created:** [January 24, 2018, 9:08pm UTC](https://meta.discourse.org/t/trigger-webhook-for-solved-action/78913 "2018-01-24T21:08:23Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![jordan1909](https://avatars.discourse-cdn.com/v4/letter/j/9f8e36/32.png) [@jordan1909](https://meta.discourse.org/u/jordan1909)
#### Post date: [January 24, 2018, 9:08pm UTC](https://meta.discourse.org/t/trigger-webhook-for-solved-action/78913/1 "2018-01-24T21:08:23Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [January 25, 2018, 3:57pm UTC](https://meta.discourse.org/t/trigger-webhook-for-solved-action/78913/2 "2018-01-25T15:57:42Z")

</div>

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

---

<div class="post-metadata">

### Author: ![jordan1909](https://avatars.discourse-cdn.com/v4/letter/j/9f8e36/32.png) [@jordan1909](https://meta.discourse.org/u/jordan1909)
#### Post date: [January 25, 2018, 4:12pm UTC](https://meta.discourse.org/t/trigger-webhook-for-solved-action/78913/3 "2018-01-25T16:12:22Z")

</div>

@zogstrip

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

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [January 29, 2018, 11:05pm UTC](https://meta.discourse.org/t/trigger-webhook-for-solved-action/78913/4 "2018-01-29T23:05:08Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![rbrlortie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rbrlortie/32/166740_2.png) [@rbrlortie](https://meta.discourse.org/u/rbrlortie)
#### Post date: [April 4, 2018, 6:29pm UTC](https://meta.discourse.org/t/trigger-webhook-for-solved-action/78913/5 "2018-04-04T18:29:23Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [April 5, 2018, 12:30am UTC](https://meta.discourse.org/t/trigger-webhook-for-solved-action/78913/6 "2018-04-05T00:30:24Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![fzngagan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fzngagan/32/259349_2.png) [@fzngagan](https://meta.discourse.org/u/fzngagan)
#### Post date: [August 3, 2019, 6:40am UTC](https://meta.discourse.org/t/trigger-webhook-for-solved-action/78913/7 "2019-08-03T06:40:41Z")

</div>

@sam  
I would like to look into this.

I’ll try to build that feature for the solved plugin.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [August 5, 2019, 4:59am UTC](https://meta.discourse.org/t/trigger-webhook-for-solved-action/78913/8 "2019-08-05T04:59:19Z")

</div>

You can give it a shot, be sure to include a test.

---

<div class="post-metadata">

### Author: ![blake](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blake/32/157322_2.png) [@blake](https://meta.discourse.org/u/blake)
#### Post date: [February 27, 2020, 8:57pm UTC](https://meta.discourse.org/t/trigger-webhook-for-solved-action/78913/14 "2020-02-27T20:57:31Z")

</div>

I created a PR for triggering a solved webhook when marking a post as answered/unanswered:

[https://github.com/discourse/discourse-solved/pull/85](https://github.com/discourse/discourse-solved/pull/85)

When the plugin is installed a solved webhook option will appear when creating/editing a webhook

 ![image](https://global.discourse-cdn.com/meta/original/3X/c/1/c1c85fb81d45926df07848afe869ed84caece889.png)

---

<div class="post-metadata">

### Author: ![blake](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blake/32/157322_2.png) [@blake](https://meta.discourse.org/u/blake)
#### Post date: [March 6, 2020, 7:00pm UTC](https://meta.discourse.org/t/trigger-webhook-for-solved-action/78913/16 "2020-03-06T19:00:29Z")

</div>


