Issue concerning enable notification

Issue concerning enable notification

Hello,

I triggered a call api via make.com to activate notifications from Bigin to a webhook.
Then I created a contact from Bigin. A notification is expected to the webhook.
But no message arrives from Bigin. 


I've checked that the webhook is working properly




Here is the input data for the api call

[    
  {         "url": "https://www.zohoapis.eu/bigin/v1/actions/watch",         "body": "{    \"watch\": [{ \"channel_id\": \"1001\", \"events\": [\"Contacts.create\"],\"channel_expiry\": \"2023-12-31T10:30:00+05:30\",\"token\": \"TOKEN_FOR_VERIFICATION_OF_1001\",\"notify_url\": \"https://hook.eu2.make.com/iq4xjt-\"}]}",         "method": "POST",         "headers": [             {                 "key": "Content-Type",                 "value": "application/json"             }         ]     }
]

And here is the response from the call API

[     {         "body": "<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"utf-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><link rel=\"preconnect\" href=\"//www.zohowebstatic.com\"><link rel=\"dns-prefetch\" href=\"//www.zohowebstatic.com\"><link rel=\"preconnect\" href=\"https://static.zohocdn.com\"><link rel=\"dns-prefetch\" href=\"https://static.zohocdn.com\"><link type=\"text/css\" href=\"https://webfonts.zoho.com/css?family=Gochi+Hand:400\" rel=\"stylesheet\"><link rel=\"preload\" type=\"text/css\"

[***]

/div><div class=\"zw-global-footer\"></div><div class=\"zw-only-copyright\"></div><div class=\"zw-promo-bottom\"></div> </footer> <aside><div class=\"zw-other-info\"></div> </aside><script src=\"//www.zohowebstatic.com/sites/zweb/js/common/zcms.js\"></script><script src=\"//www.zohowebstatic.com/sites/zweb/js/common/validation-plugin.js\"></script><script src=\"//www.zohowebstatic.com/sites/zweb/js/common/slick-plugin.js\"></script><script src=\"//www.zohowebstatic.com/sites/zweb/js/common/lyte-lazyload.js\"></script><script src=\"//www.zohowebstatic.com/sites/zweb/js/common/zohocustom.js\"></script><script src=\"//www.zohowebstatic.com/sites/oweb/js/product/zohobigin.js\"></script><script src=\"//www.zohowebstatic.com/sites/oweb/js/translation/zohobigin/6741.js\"></script></body></html>",         "headers": {             "server": "ZGS",             "date": "Sun, 17 Dec 2023 19:44:20 GMT",             "content-type": "text/html",             "content-length": "52251",             "last-modified": "Tue, 21 Nov 2023 06:49:21 GMT",             "connection": "close",             "set-cookie": [                 "zip=34.254.1.9|IE|ireland|Dublin|dublin|europe; Path=/; secure; Expires=Mon, 18-Dec-23 19:44:20 GMT"             ],             "etag": "\"655c52f1-cc1b\"",             "expires": "Mon, 16 Dec 2024 19:44:20 GMT",             "cache-control": "max-age=31536000",             "strict-transport-security": "max-age=63072000",             "x-content-type-options": "nosniff",             "accept-ranges": "bytes"         },         "statusCode": 200     } ]


Could you help me to resolve this issue please ?