Does webhook work when testing locally?
I am trying to test serverless worker locally and everything runs fine except it doesn't call the webhook I provided in the test_input.json file. Here is an example of the JSON I am sending is this correct for calling a webhook?
{
"input": {
"sample": "testvalue"
},
"webhook": "https://myhost.com/log"
}
Thanks!
{
"input": {
"sample": "testvalue"
},
"webhook": "https://myhost.com/log"
}
Thanks!
