1. Map the handoff
Start with one form, one lead owner, one CRM record, and one callback rule. The flow is: form submit, consent check, CRM upsert, owner alert, callback queue, run log.
Proof hub / Tutorial sample
Goal: when a buyer submits a demo, quote, or missed-call form, the business should know who asked for help, whether consent exists, what system owns the record, and what has to happen next.
Start with one form, one lead owner, one CRM record, and one callback rule. The flow is: form submit, consent check, CRM upsert, owner alert, callback queue, run log.
{
"event_id": "lead_20260522_001",
"source": "pricing_page",
"name": "Sample Buyer",
"phone": "+15551234567",
"consent_to_call": true,
"requested_time": "next_business_hour",
"service_interest": "after-hours support"
}
"A new lead comes in, the system checks whether we are allowed to call, updates the CRM, tells the owner, and adds the lead to a callback queue. If consent is missing or a duplicate appears, it logs the reason instead of guessing."