No email submitted yet
Submit the form to preview classification, urgency, and the structured payload that will later come back from Node-RED.
Smart Customer Support Email Management System
Submit a support email, switch across built-in sample cases, and preview how Node-RED, OpenAI, Resend, and Azure SQL Database fit together in one triage flow.
Workspace
Manual entry for demo and front-end validation.
Use built-in records to demonstrate different classification and urgency outcomes.
Each sample fills the form and triggers a different result path for the preview panel.
Preview
Submit the form to preview classification, urgency, and the structured payload that will later come back from Node-RED.
Outgoing payload plus the latest response returned by Node-RED.
Request Body
{
"customerName": "",
"customerEmail": "",
"subject": "",
"message": ""
}API Response
{
"status": "idle",
"message": "Submit the form to send the POST request."
}System Flow
Customer email is entered manually or loaded from the built-in sample library.
The frontend prepares a JSON payload for the Node-RED HTTP endpoint.
OpenAI classifies the message and estimates urgency.
Node-RED stores the record in Azure SQL Database and triggers Resend.