# Webhook based on computed cokumn

**URL:** https://community.glideapps.com/t/webhook-based-on-computed-cokumn/42920
**Category:** Ask for Help
**Created:** [June 10, 2022, 6:21am UTC](https://community.glideapps.com/t/webhook-based-on-computed-cokumn/42920 "2022-06-10T06:21:45Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Krivo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krivo/32/5363_2.png) [@Krivo](https://community.glideapps.com/u/Krivo)
#### Post date: [June 10, 2022, 6:21am UTC](https://community.glideapps.com/t/webhook-based-on-computed-cokumn/42920/1 "2022-06-10T06:21:45Z")

</div>

Hi there

Would it be possible to fire a Webhook when a computed column (if then column) changes?  
The value is normally empty but when the user does something (and another column changes) then the value changes and thereafter the Webhook fires

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [June 10, 2022, 6:32am UTC](https://community.glideapps.com/t/webhook-based-on-computed-cokumn/42920/2 "2022-06-10T06:32:10Z")

</div>

As long as you have an action that you can attach it to then yes, should be possible.  
You’ll most likely need a custom action with a conditional that first checks the status of the computed column, and then acts accordingly.
