I have a woocommerce site that has subscriptions and it has a function to fire a webhook when a subscription is created. All of this works without any issue.
When I test through a place like webhook.site everything comes though in a JSON body. Nothing happens here at make and I’m not sure why it’s not coming in. I have tried creating my own data structure, I have tried a couple of other things but I just cannot get the webhook to process the data to Google sheets or even acknowledge that it’s getting new data.
@ Automate_with_Rezwan
I connected with Woo by creating the Webhook in woocommerce settings and following the webhook guidelines here on Make. It connects fine and accepts the webhook id, but then no information further.
I had two modules, Custom Webhook, and Google sheets add a row.
I uploaded the blueprint and removed some personal data.
Because I’m not trying to pull orders. I’m specifically trying to pull subscriptions from the Yith Subscription plugin as they are created, updated and cancelled. I haven’t gotten past the created part yet to do the rest however.
The site is firing the webhooks, and they get received at webhook.site but not here.
I tried the settings as above, and even pasted a sample json webhook that I get at webhook.site in to learn the structure as when I send one while it’s waiting it doesn’t acknowledge that one is coming in. Am I just being impatient? I do know that when it gathers the information from my sample it takes a while, I just can’t tell if it’s doing anything when I trigger a sample request from yith.
After I had put in the sample and it had the structure, I tried to send another hook from the site and nothing happened. Not sure what I’m missing here.
Is there any place that I can check that the webhook module is even receiving the hook? I don’t even think it is, and I know it’s going out as I have it sending to webhook.site as well.
Yes it was turned on and there were no executions that I could tell. I thought that was the spot to watch, was just hoping that there was another one.
I followed the webhooks guides to get the connection and the secret back to my site, then I turned everything on and did tons of tests. None of which made it to make, as mentioned I had the webhook going to two different places. One got them, Make did not. I want to say that I had over 25 tests all using a slightly different tweak to see if something would make the trigger work but alas nothing.