P2: Zoho payload field names may not match Zoho CRM schema #16
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: P2 — Medium
File: server/index.js ~lines 232-245
Problem: Server expects service_interest but Zoho API field may be Service_Interest or another variant. If Zohos schema requires different field names, forwarding fails silently (fire-and-forget).
Impact: Leads rejected by Zoho silently.
Fix: Verify field names against Zoho CRM API docs and add field mapping if needed.