Webhook-triggered onboarding automation that receives new client intake data, validates email, creates a CRM record, prepares a Gmail draft, schedules a Google Calendar follow-up, and sends an internal Telegram notification.
A client onboarding workflow for service businesses that need a reliable handoff from incoming inquiry to CRM record, follow-up reminder, and internal notification without sending uncontrolled outbound emails.
New client inquiries can be missed, duplicated, or left without a clear follow-up owner when intake happens manually.
A Zapier workflow captures intake data, validates the email, creates the CRM record, drafts a reply, schedules follow-up, and alerts the operator.
The system creates a Gmail draft instead of sending automatically, reducing the risk of incorrect client-facing communication.
The workflow is deliberately linear and auditable. Each step has one responsibility, with the follow-up date calculated before CRM creation so the Airtable record can be written in a single clean action. Click any step to inspect it.
A Zapier onboarding flow: webhook intake, validated Airtable record, a Gmail draft, a Calendar follow-up and a Telegram alert.
The final test used a new client profile and verified all downstream outputs across Airtable, Gmail, Google Calendar, and Telegram.
Mira Keller submitted a beauty studio automation request with email, phone, service interest, preferred contact method, and message.
The system created a CRM record, prepared a Gmail draft, scheduled a follow-up event, and sent an internal Telegram confirmation.
The Zap was turned off after proof to avoid unnecessary duplicate CRM records, Gmail drafts, calendar events, and Telegram messages.
Final working evidence from the completed Zapier onboarding workflow. Click any image to enlarge.
Webhook trigger, email normalization, email filter, Airtable lookup, and follow-up date calculation.
Airtable record creation, Gmail draft, Google Calendar follow-up event, and Telegram notification.
The final client record was created in Client_Onboarding with normalized email, service interest, status, follow-up date, and source.
The automation created a reviewable client-facing draft instead of sending automatically.
The operator receives a compact confirmation that CRM, Gmail draft, and calendar follow-up were completed.
A calendar reminder was scheduled with client details, service interest, original message, and automation source.
This project demonstrates workflow orchestration and operational design beyond simple app-to-app automation.
Built a webhook-triggered entry point that can later connect to a landing page, form, or external system.
Normalized email input and used a required-email filter before creating operational records.
Created structured Airtable onboarding records with source tracking and follow-up metadata.
Generated Gmail drafts instead of automatic sends to preserve human review.
Scheduled Google Calendar reminders with enough context to act without searching through records.
Sent Telegram alerts that confirm all important downstream actions.
The workflow is production-style but intentionally kept safe for portfolio demonstration.
The demo version proves find/create behavior, but a full production version should add a separate update path for existing clients if repeat inquiries need to refresh status or follow-up data.
Add stronger payload validation, timezone normalization for calendar scheduling, error logging, and environment-specific webhook URLs before using it with real clients.