Discussions
Webhook Not sending notification
over 3 years ago by Yogesh Kumar
I am not receiving the notification at all.
I have created the following subscriptions.
[ { "object": "job", "callback_url": "https://pickmyorder.co.uk/Test/GetWebBook.php", "fields": [ "uuid", "status" ], "unique_id": "", "active": true }, { "object": "company", "callback_url": "https://pickmyorder.co.uk/Test/GetWebBook.php", "fields": [ "name" ], "unique_id": "", "active": true } ]
If a job status is changed, I am getting nothing.