Discussions
webhook not hitting callback url
over 3 years ago by Yogesh Kumar
Even after subscribing to webhook.
[
{
"object": "job",
"callback_url": "https://pickmyorder.co.uk/Test/GetWebBook.php",
"fields": [
"uuid",
"status"
],
"unique_id": "",
"active": true
}
]
I am not getting any response when a job is changed or status is changed for eg I changed status from "Quote" to "work order"