Can I push patient data to my EHR automatically?
Yes. Configure a webhook for the "submission.created" or "patient.created" event:
- Point it at your EHR's API endpoint or use a middleware like Zapier/Make
- The webhook payload includes all form field data, patient demographics, and metadata
- Every request is HMAC-signed so your EHR can verify authenticity
- For EHRs without a direct API, use Zapier or Make with pre-built connectors