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
[
]
And here is the response from the call API
[***]
/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 ?