Title: Action and Filter Hook Reference
Last modified: October 24, 2019

---

# Action and Filter Hook Reference

 *  Resolved [vadimprt](https://wordpress.org/support/users/vadimprt/)
 * (@vadimprt)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/action-and-filter-hook-reference/)
 * hi, i am trying to setup woocommerce webhooks to fire message to slack channel
   upon ask for quote event witch Action and Filter Hook Reference i need to use:
 * [https://docs.woocommerce.com/wc-apidocs/hook-docs.html](https://docs.woocommerce.com/wc-apidocs/hook-docs.html)
 * or you have added some custom hook?
 * thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [pinal.shah](https://wordpress.org/support/users/pinalshah/)
 * (@pinalshah)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/action-and-filter-hook-reference/#post-12064933)
 * Hi [@vadimprt](https://wordpress.org/support/users/vadimprt/),
 * When a request for a quote comes through, a WC order with the status ‘Pending
   Payment’ is created. So any hooks associated with that event should help you.
 * I’ve not used any custom hooks for this.
 * Maybe the hook `woocommerce_order_status_$STATUS_TRANSITION` can be used as `
   woocommerce_order_status_pending` might help you.
 * Thanks,
    Pinal
 *  [Aldo](https://wordpress.org/support/users/ab_lu/)
 * (@ab_lu)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/action-and-filter-hook-reference/#post-12415410)
 * Hi [@pinalshah](https://wordpress.org/support/users/pinalshah/)
 * But is there a way to set a custom status (prior created), for quote requests?
 * I guess we can edit core plugin, but is there another way via hook?
 * Thanks
    Aldo
 *  Plugin Author [pinal.shah](https://wordpress.org/support/users/pinalshah/)
 * (@pinalshah)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/action-and-filter-hook-reference/#post-12473283)
 * Hi Aldo,
 * I apologize for the delay in response. Since no payment is made the order is 
   set to pending-payment.
 * I’ll check and let you know if its possible to use a hook to achieve setting 
   a custom status.
 * Pinal

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Action and Filter Hook Reference’ is closed to new replies.

 * ![](https://ps.w.org/quotes-for-woocommerce/assets/icon-256x256.jpg?rev=3215810)
 * [Quotes for WooCommerce](https://wordpress.org/plugins/quotes-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/quotes-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/quotes-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quotes-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quotes-for-woocommerce/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [pinal.shah](https://wordpress.org/support/users/pinalshah/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/action-and-filter-hook-reference/#post-12473283)
 * Status: resolved