Title: Webhooks Documentation
Last modified: February 20, 2025

---

# Webhooks Documentation

 *  Resolved [Graham Welsh](https://wordpress.org/support/users/targetedit/)
 * (@targetedit)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/webhooks-documentation/)
 * Hello,
 * I am considering using UpdraftPlus for backing up my clients wbesites. Sometimes
   the client will want the Premium version, other times they will just want the
   free version. What I want to do is have notification in my Remote Monitoring 
   and Managment tool when events happen e.g. when a backup fails, when it succeeds
   or, prblems with a backup. To do this I wish to use Webhooks. Can anyone direct
   me to detailed documents regarding what Webhooks are available for UpdraftPlus
   and, the actions that are used with them.
 * Thank you.

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

 *  Plugin Support [vupdraft](https://wordpress.org/support/users/vupdraft/)
 * (@vupdraft)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/webhooks-documentation/#post-18321499)
 * Unfortunately there isn’t a specific hook for that, but we can use `updraft_report_finished`,
   which triggers after the report is sent via email.
 *  Thread Starter [Graham Welsh](https://wordpress.org/support/users/targetedit/)
 * (@targetedit)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/webhooks-documentation/#post-18322083)
 * Hi vupdraft,
 * Thank you for the reply. Having looked at the free version of UpdraftPlus for
   a client, I do not see Webhooks as being available. Are they only for the Premium
   version? If they are available for the free version, how do I set them up, as
   I cannot see how to?
 *  Plugin Support [vupdraft](https://wordpress.org/support/users/vupdraft/)
 * (@vupdraft)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/webhooks-documentation/#post-18325851)
 * Hi,
 * You will find them in the class_updraftplus.php file. This is a file that is 
   used in both the free and Premium version, search for “do_action” (you will need
   to use the job data)
 * To use the hook ;
 * add_action( ‘updraft_report_finished’, ‘your_post_backup_function’ );

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

The topic ‘Webhooks Documentation’ is closed to new replies.

 * ![](https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200)
 * [UpdraftPlus: WP Backup & Migration Plugin](https://wordpress.org/plugins/updraftplus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/updraftplus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/updraftplus/)
 * [Active Topics](https://wordpress.org/support/plugin/updraftplus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/updraftplus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/updraftplus/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [vupdraft](https://wordpress.org/support/users/vupdraft/)
 * Last activity: [1 year, 3 months ago](https://wordpress.org/support/topic/webhooks-documentation/#post-18325851)
 * Status: resolved