diff --git a/script.js b/script.js index 5b75cbc..c813a09 100644 --- a/script.js +++ b/script.js @@ -602,7 +602,7 @@ var si = 0, /* Create a hidden form to POST to the webhook and open response in new window */ var f = document.createElement('form'); f.method = 'POST'; - f.action = 'https://002-001-5dd6e535-4d1c-46bc-9bd9-42ad4bc5f082.odoo4projects.com/webhook/report'; + f.action = 'https://n8n.odoo4projects.com/webhook/bring-your-business'; f.target = '_blank'; f.style.display = 'none';