Interactive Testing Sandbox

Live n8n Automation Playground

In Phase 4, visitors will be able to trigger real n8n webhook pipelines directly from this interactive interface.

Interactive Workflow Sandbox
n8n Webhook Endpoint Ready

Test Live Automation Pipeline

Submit sample lead data below to trigger our n8n webhook pipeline, OpenAI qualification agent, and CRM JSON dispatcher.

n8n_webhook_stream.jsonSTANDBY
{
  "event": "N8N_WORKFLOW_STANDBY",
  "status": "AWAITING_DEMO_SUBMISSION",
  "n8n_webhook_url": "NEXT_PUBLIC_N8N_DEMO_WEBHOOK_URL",
  "message": "Submit form on the left to trigger live JSON output stream."
}
Latency: 8msRate Limit: 5 req/min

n8n Webhook Architecture Readiness

PHASE 4 PREPARED

This demo sandbox is pre-configured with client-side API listeners. In Phase 4, we will bind live POST endpoints:

// Future Live Webhook Endpoint
POST https://n8n.neuralautomate.dev/webhook/v1/live-demo
// Returns: { status: "QUALIFIED", score: 98.4, latency: "14ms" }