Skip to content

Hottorun/Aclea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leed_Optimizer

api:

JSON Request Structure (from your backend to this platform)

POST to /api/leads:

{
  "name": "Customer Name",
  "phone": "+1234567890",
  "email": "customer@email.com",
  "location": "City, State",
  "workType": "Type of work",
  "conversationSummary": "AI summary",
  "approveMessage": "Pre-crafted approval",
  "declineMessage": "Pre-crafted decline",
  "rating": 4,
  "ratingReason": "Good fit - in our service area with matching work type"
}

Response Structure (sent to your chatbot when user clicks Send)

Sent to CHATBOT_WEBHOOK_URL environment variable:

{
  "leadId": "lead-123456789",
  "action": "approve" | "decline",
  "message": "The edited message content",
  "phone": "+1234567890"
}

Set the CHATBOT_WEBHOOK_URL environment variable to configure where responses are sent.

to run:

  • pnpm install
  • pnpm dev

About

We are a lead management platform. We use AI to talk to your customers and assess the validity of each lead

Resources

Security policy

Stars

Watchers

Forks

Contributors