NZ
NeuraFlow Zap
Meta review readiness

Meta review readiness page.

This page explains the current WhatsApp demo in reviewer-friendly terms: what the product does, what it does not do, how to test it, and which safety boundaries are enforced.

Administrative automation only No diagnosis or clinical advice Opt-out acknowledgement supported Demo workspace, not production patient use

1. Product purpose

NeuraFlow Zap demonstrates WhatsApp-based business automation for appointment intake and staff review.

  • Receives customer WhatsApp messages through Meta webhooks
  • Stores controlled demo events in Neon Postgres
  • Creates structured appointment requests from scheduling messages
  • Allows staff to review and update internal request status

2. Healthcare safety boundary

The demo clinic flow is deliberately administrative.

  • No diagnosis
  • No treatment advice
  • No prescription guidance
  • No lab-report interpretation
  • No emergency triage or emergency support
  • Users are told not to share sensitive medical details

3. Test sequence

Use this sequence to verify the end-to-end appointment flow.

  1. Send appointment to the registered WhatsApp number.
  2. Confirm the scheduling starter reply is received.
  3. Send a preferred date and time, for example General consultation tomorrow at 6pm.
  4. Confirm the acknowledgement reply is received.
  5. Open /appointments and verify a structured request appears.

4. Data shown in review

The demo UI uses masked sender data for staff-style review.

  • Masked sender number
  • Profile display name when supplied by WhatsApp
  • Appointment request text from controlled testing
  • Preferred date/time text inferred from the message
  • Internal status such as requested, reviewing, confirmed, closed

5. Available review URLs

These routes prove the active demo stack.

  • /review — central review hub
  • /live-inbox — webhook event view
  • /appointments — structured staff view
  • /api/demo-health — stack readiness check
  • /api/appointment-requests-csv — CSV export

6. Known demo limitations

These are intentional limits for the current controlled demo.

  • No real patient deployment yet
  • No payment handling
  • No calendar booking confirmation yet
  • No automated medical decision-making
  • No public client onboarding flow yet
Review note: the purpose of this workspace is to demonstrate that the WhatsApp webhook, database storage, appointment-intake automation, staff review, and export flow work together in a safe administrative demo.