Page 4 of 4

Re: Webhooks not working  Topic is solved

PostPosted: Wed May 17, 2023 12:16 pm
by Mike.Sheen
JuiceyBrucey wrote:But I still cannot see any subscribers added in the SY_WebhookSubscriber table.
The API still returns:
array(2) {
["Results"]=>
array(0) {
}
["Meta"]=>
array(0) {
}
}


What did you send, and what did you get back?

Convention is to provide the URL path, the verb, the body and the headers of the request, and to provide the HTTP response code, headers and body of the response.

Re: Webhooks not working

PostPosted: Wed May 17, 2023 5:56 pm
by JuiceyBrucey
I dont know how or why, but for some reason this issue has resolved itself and is now working.
Thank you very much for all your input.
Cheers