๐Ÿง  Hybrid Process: ReviveAI & Agentforce

This architecture combines a bespoke AI agent for high-touch, complex B2C sales interactions and Agentforce for repeatable, low-touch automation. It's ideal for flows where qualification and consultation require depth, but follow-ups can be streamlined.


๐Ÿ”„ Sales Funnel Overview

Stage 1: Bespoke ReviveAI Agent

  • Handles discovery, objections, and product consultation
  • Gathers detailed profile information
  • Provides personalized service recommendations

Stage 2: Agentforce (after webhook/API handoff)

  • Sends booking confirmations
  • Responds to common questions (FAQ)
  • Triggers reminders, nudges, and review requests


๐Ÿ”— Webhook Handoff Structure

POST URL

https://your-agentforce-endpoint.com/api/new-lead

Payload Example (JSON)


{
      "lead_id": "SOPHIE-20250411-001",
      "name": "Sophie Lawrence",
      "email": "[email protected]",
      "phone": "+447700900000",
      "treatment_match": "Clear Aligners",
      "priority": "high",
      "preferred_time": "Afternoon",
      "notes": [
        "Concerned about pain",
        "Interested in monthly payment plans"
      ],
      "status": "qualified",
      "source": "AI-Agent-Web-Chat",
      "next_action": "send_booking_link",
      "timestamp": "2025-04-11T14:42:00Z"
    }


๐Ÿ“Œ Required Fields

FieldDescription
nameCustomer full name
email / phoneContact details
statuse.g. qualified, follow-up_needed
treatment_matchRecommended service/product
notesSummary of needs, concerns, or preferences
next_actione.g. send_booking_link, assign_human
timestampISO timestamp of when the handoff occurred


๐Ÿง  Optional Enhancements

FieldUse Case
conversation_idTrace back the original AI interaction
customer_idInternal CRM reference
tagsSegmentation (e.g. "VIP", "cosmetic")
languageLocalisation / multi-language handling
agent_notesAdditional handover context


โœ… Benefits of This Approach

  • ๐Ÿค– Use bespoke AI for trust-building & personalization
  • โš™๏ธ Use Agentforce for scalable, repeatable automation
  • ๐Ÿ’ฌ Seamless customer experience with intelligent handoff
  • ๐Ÿ“ˆ Increases conversions and reduces manual workload


๐Ÿ“‚ Example Use Case: Private Dental Clinic

Bespoke AI Agent

  • Conducts virtual smile assessment
  • Handles objections about pain and cost
  • Matches customer to the most suitable treatment plan

Agentforce

  • Sends consultation booking link
  • Follows up with reminders and intake forms
  • Sends post-appointment check-in and review request