Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.13 KB

README.adoc

File metadata and controls

17 lines (14 loc) · 1.13 KB

Prevent infinite webhook loop between WooCommerce and make.com

It’s recommended to install as must use plugin instead of a regular WordPress plugin to make sure that the plugin doesn’t get deactivated or deleted from the admin interface by mistake. An update loop between WooCommerce and a third party service connected with make will cause a non-stopping back and forth communication between those 3 services, which results in lost resources and money.

When connecting WooCommerce with a third-party service via make.com, where both systems send webhooks to make.com, it is likely you will end up in an infinite loop, where each webhook is sent to make.com, and make.com sends the webhook back to WooCommerce, and so on.

To prevent this from happening, this plugin will prevent WooCommerce from sending webhooks to make.com when incoming requests to the WordPress rest API are made from make.com.