Batch 7.2: Support Request → Zoho Cases #76
Labels
No Label
P0 Critical
P1 High
P2 Medium
P3 Low
accessibility
backend
bug
content
data-integrity
enhancement
frontend
infra
integration
owner
owner-input
performance
performance
phase-7
phase-8
security
seo
ui
ux
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Queue-North-Website#76
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?
Batch 7.2 — Forward Support Requests to Zoho Cases
Phase: 7 — Zoho CRM Integration
Agent: Neo (backend)
Priority: P2 Medium — enhancement, not blocking
Problem
Support form submissions currently only write to SQLite. They should also create Cases (tickets) in Zoho CRM for ticket tracking, so support staff have visibility.
Tasks
ZOHO_CASES_ENABLEDenv var (separate from lead forwarding)forwardSupportToZoho()functionSubject(mandatory) — from support issue descriptionCase_Origin(picklist) — "Website"Email— from formPhone— from formPriority— from form priority selection (if present)Description— full message + service interestgetZohoAccessToken()for auth.catch()(non-blocking).env.exampleZOHO_CASES_ENABLED=falsefirstFiles to modify
server/index.js— NewforwardSupportToZoho()function, call from support routeDockerfile— AddZOHO_CASES_ENABLED.env.example— AddZOHO_CASES_ENABLEDAcceptance criteria
ZOHO_CASES_ENABLED=true, also forwards to Zoho CasesZOHO_CASES_ENABLED=false, no Zoho calls for support