Title: Webhook Help
Last modified: March 27, 2019

---

# Webhook Help

 *  Resolved [anandpant](https://wordpress.org/support/users/anandpant/)
 * (@anandpant)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/webhook-help/)
 * First of all thanks for an awesome plugin! I’m trying to get the completion_id
   after a quiz is completed so I can use it to lookup and later visualize the relevant
   data. I saw the mention of a chained_quiz_completed hook, but am unsure how to
   use this and couldn’t find it in the code. Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Bob](https://wordpress.org/support/users/prasunsen/)
 * (@prasunsen)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/webhook-help/#post-11369659)
 * This action is fired at the end of the quiz:
 *     ```
       // send API call for other plugins
       do_action('chained_quiz_completed', $taking_id);
       ```
   
 * So you need to use [add_action](https://developer.wordpress.org/reference/functions/add_action/)
   and catch it in your custom code.

Viewing 1 replies (of 1 total)

The topic ‘Webhook Help’ is closed to new replies.

 * ![](https://ps.w.org/chained-quiz/assets/icon-128x128.png?rev=2370337)
 * [Chained Quiz](https://wordpress.org/plugins/chained-quiz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/chained-quiz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/chained-quiz/)
 * [Active Topics](https://wordpress.org/support/plugin/chained-quiz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/chained-quiz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/chained-quiz/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bob](https://wordpress.org/support/users/prasunsen/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/webhook-help/#post-11369659)
 * Status: resolved