new webhook

This commit is contained in:
oliver
2026-08-25 16:41:38 -03:00
parent f75c1cf0a5
commit b56cf8b54f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ Font: system font stack (`-apple-system`, `Segoe UI`, etc.)
## Webhook
**Base URL (scan):** `https://brandize.app.n8n.cloud/webhook/transfer`
**Base URL (batches):** `https://brandize.app.n8n.cloud/webhook/batch`
**Base URL (batches):** `https://n8n.brandize.odoo4projects.com/webhook/batch`
### GET — load users
Called once on page load to populate the user dropdown.
+1 -1
View File
@@ -2,7 +2,7 @@
// ── Config ──────────────────────────────────────────────────────────────
const WEBHOOK = "https://brandize.app.n8n.cloud/webhook/transfer";
const BATCH_WEBHOOK = "https://brandize.app.n8n.cloud/webhook/batch";
const BATCH_WEBHOOK = "https://n8n.brandize.odoo4projects.com/webhook/batch";
// ── State ───────────────────────────────────────────────────────────────────
let creds = null; // { user, pass }