How it works
To move data from Action Network to Gmail automatically, use a ready-made scenario — no manual exports.
- Starts when: Schedule Trigger: Daily 9:00 AM
- Then: Google Calendar: Fetch Today’s Events
- Then: Extract Surgery Events + Patient Fields
- Then: Build Unique Confirmation Link (confirmUrl)
- Then: Clean Patient Fields (Name/Email/Phone/ID)
- Then: AI: Generate Pre-Op Checklist Email (Subject + HTML Body)
- Then: Gmail: Send Pre-Op Checklist Reminder
- Then: LLM: Azure OpenAI Chat Model (gpt-4o)
- Then: Parse AI Output (Subject/Body JSON)
- Starts when: Webhook: Patient Checklist Confirmation (GET /confirm)
- Then: Parse Query Params + Mark Confirmed (patient_id, uniqueId, confirmedAt)
- Then: Google Sheets: Upsert Patient Confirmation Status
- Starts when: Schedule Trigger: Periodic Confirmation Check
- Then: Google Sheets: Fetch Patient Confirmation Rows
- Check: IF: Confirmed = true (route unmatched = not confirmed)
- If no: Slack: Alert Nurse/Owner — Checklist Not Confirmed
You can launch this Action Network + Gmail integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.