Discussions

Ask a Question
Back to All

Webhook Not sending notification

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.