Hello,
Up to now, my scenario was using the “Watch Orders” module. This module simply required a REST API connection which is working fine.
However, I need to go further and that’s why I wanted to use “New Event” which requires to create a Webhook. When I click on “Create a Webhook”, I get three fields:
- Webhook name (fine)
- Connection
- Topic (Coupon created, Customer updated, Order deleted…)
Connection asks me to select an existing REST API connection, or create a new one. In either case, this is not what I know as a webhook. A webhook does not ask a consumer key and a consumer secret. A webhook should give me an address like https://hook.us2.make.com/etc that I have to copy into WooCommerce Webhook creation form. So I can’t create the webhook in WooCommerce side, which does not give me a consumer key anyway.
And when I select a working connection, and fill the two other fields, it gives me a [403] Forbidden error.
I’m lost. I think this is a bug, not a feature… but I’m not sure.
