Skip to content

Automate post-scan follow-ups with webhooks

This guide will show you how to build a Next.js app that receives webhook notifications when a patient completes a vitals scan, and triggers automated follow-up actions.

  • Email results — send the patient a summary of their scan results when the scan completes.
  • Flag abnormal readings — automatically notify your clinical team when vitals fall outside normal ranges.
  • Sync with your CRM — update patient records in your system when new scan data is available.
  • Re-invite on failure — if a scan fails (e.g., poor lighting), automatically send the patient a new magic link to try again.