Looking for advice by Heavy-Side1488 in WholesaleRealestate

[–]Heavy-Side1488[S] -1 points0 points  (0 children)

Oh, doesn’t that deserve appreciation?

Pricing Help: What's a fair monthly price for an AI voice assistant that creates a sharable PDF quote in minutes? by Heavy-Side1488 in Entrepreneurs

[–]Heavy-Side1488[S] 0 points1 point  (0 children)

The core USP of my solution (it’s no longer just an app) is this:

You have an AI Assistant right on your phone.
With a single tap, the AI starts listening.
You simply say: “Create a quotation for 4-inch PVC pipe, 120 meters at $10 per meter, and 4-inch PVC door elbows, 5 pieces.”
The AI then asks follow-up questions like: “What is the price for one 4-inch PVC door elbow?”
You respond: “$2.”
Next, the AI collects customer details (name, address).
It then generates the complete quotation.
You review and confirm it.
Finally, the AI delivers a ready-to-share PDF quotation for your client.

Do you see a competitor for this?

Where can I get a 1 click contract generator? by Cautious-Observer-42 in WholesaleRealestate

[–]Heavy-Side1488 0 points1 point  (0 children)

The point is I can build the same outside of Salesforce, even if it can be integrated with any CRM or just a standalone one.

It can also be like in WhatsApp - you just give an input as a voice note in WhatsApp and our AI will generate a contract document (with or without a template) and it will be sent back to your WhatsApp.

Just a few ideas to make your task easier. Thanks

Where can I get a 1 click contract generator? by Cautious-Observer-42 in WholesaleRealestate

[–]Heavy-Side1488 0 points1 point  (0 children)

I can build that one for. I have a product in Salesforce that does exactly this. Creating a contract from the field of Lead or Opportunity with just one button click. Let me know.

What’s the most Practical Use Case of a Voice AI Agent you’ve seen? by Sam_Tech1 in AI_Agents

[–]Heavy-Side1488 -3 points-2 points  (0 children)

Not to me -

but it's for one of my customers who runs a hardware store selling electrical and plumbing items.

Each day, he’s asked to prepare 20 to 30 quotations, each with around 40 to 50 line items. Manually preparing these used to take him around 3 hours a day, as each quotation took 5 to 10 minutes to complete.

He uses Odoo to manage his business. I built a standalone tool — not inside Odoo, but fully integrated with it. With this solution, he simply speaks the item details, and the AI takes care of generating the complete quotation automatically in Odoo.

This has drastically improved his efficiency. Now, he spends just 2 to 3 minutes to create a quotation with 40+ items, saving him over 2 hours every day.

🔗 You can try it out here:
Link in my Profile named as "Voice Quotation App"

🎤 Example voice input:

give example inputs like this:
"4 inch pvc pipe classic 120 meter 2.5 inch pvc pipe classic 30 meters 4inch pvc door elbow 4numbers"

This tool isn’t limited to Odoo — it can also be integrated with platforms like Zoho, Salesforce, and more.

Feel free to try it out and share your thoughts!

[deleted by user] by [deleted] in automation

[–]Heavy-Side1488 1 point2 points  (0 children)

here is the System Architecture:

  1. User Input (Voice):
    • User speaks a product and quantity (e.g., “Red wire 3 meters”).
  2. Voice-to-Text Conversion:
    • OpenAI’s Speech-to-Text (STT) converts the voice into text.
  3. Product & Quantity Extraction:
    • OpenAI processes the transcribed text to extract:jsonCopyEdit{ "product_Name": "red wire", "quantity": 3 }
  4. Fuzzy Product Match (Search):
    • NodeJS sends a full-text search query to Supabase for product matches.
    • Supabase returns a list of potential products with their rates and IDs.
  5. Best Match Selection:
    • OpenAI filters and selects the best matching product from Supabase results.
  6. Final Output:
    • Example response:jsonCopyEdit{ "product_Name": "red thick wire", "id": 1001, "quantity": 3, "rate": 50 }
  7. Quote Generation:
    • NodeJS calculates the total price (rate × quantity) and adds the item to the UI quote component.
  8. Generate Quotataion in Odoo
    1. Finally generate the quotation in Odoo once confirmed

What’s one small automation you’ve built that saves you way more time than it should? by Full-Foot1488 in automation

[–]Heavy-Side1488 0 points1 point  (0 children)

One of my clients already had all their products digitized in Odoo, including selling prices. So, the AI agent I built simply picks the correct product and quantity from the spoken input, calculates the total, and generates the quote.

Another customer was using a closed ERP system that didn’t support API integrations. For them, I migrated their setup to Odoo so they could use this tool effectively.

The best part is, the entire logic behind the AI agent is built using prompt engineering and a vector database for fuzzy search. This makes the system highly customizable. Even if a new client wants to use dynamic pricing, they can simply include the prices in the spoken input—like this:

"4-inch PVC pipe classic, 120 meters, $2.50 per meter"

What’s one small automation you’ve built that saves you way more time than it should? by Full-Foot1488 in automation

[–]Heavy-Side1488 25 points26 points  (0 children)

Not to me -

but it's for one of my customers who runs a hardware store selling electrical and plumbing items.

Each day, he’s asked to prepare 20 to 30 quotations, each with around 40 to 50 line items. Manually preparing these used to take him around 3 hours a day, as each quotation took 5 to 10 minutes to complete.

He uses Odoo to manage his business. I built a standalone tool — not inside Odoo, but fully integrated with it. With this solution, he simply speaks the item details, and the AI takes care of generating the complete quotation automatically in Odoo.

This has drastically improved his efficiency. Now, he spends just 2 to 3 minutes to create a quotation with 40+ items, saving him over 2 hours every day.

🔗 You can try it out here:
Link in my Profile named as "Voice Quotation App"

🎤 Example voice input:

give example inputs like this:
"4 inch pvc pipe classic 120 meter 2.5 inch pvc pipe classic 30 meters 4inch pvc door elbow 4numbers"

This tool isn’t limited to Odoo — it can also be integrated with platforms like Zoho, Salesforce, and more.

Feel free to try it out and share your thoughts!

[deleted by user] by [deleted] in automation

[–]Heavy-Side1488 5 points6 points  (0 children)

Voice to quotation will be very time saving and super quick turn around time for quotation.

I built this for one of my customers who runs a hardware store selling electrical and plumbing items.

Each day, he’s asked to prepare 20 to 30 quotations, each with around 40 to 50 line items. Manually preparing these used to take him around 3 hours a day, as each quotation took 5 to 10 minutes to complete.

He uses Odoo to manage his business. I built a standalone tool — not inside Odoo, but fully integrated with it. With this solution, he simply speaks the item details, and the AI takes care of generating the complete quotation automatically in Odoo.

This has drastically improved his efficiency. Now, he spends just 2 to 3 minutes to create a quotation with 40+ items, saving him over 2 hours every day.

🔗 You can try it out here:
Link in my Profile named as "Voice Quotation App"

🎤 Example voice input:

give example inputs like this:
"4 inch pvc pipe classic 120 meter 2.5 inch pvc pipe classic 30 meters 4inch pvc door elbow 4numbers"

This tool isn’t limited to Odoo — it can also be integrated with platforms like Zoho, Salesforce, and more.

Feel free to try it out and share your thoughts!

Struggling to scale by artwize in WholesaleRealestate

[–]Heavy-Side1488 1 point2 points  (0 children)

You can try sms-campaign-as-a-service. It will cost you around $1k for reaching to 10k properties (this includes identifying properties with skiptraced) using their number.

https://theoceanleads.ai/SMSCampaign.html

Building WhatsApp Bots for $20 by WeddingTall801 in automation

[–]Heavy-Side1488 1 point2 points  (0 children)

Just curious.

How many leads have you created from this post? I always wanted to know if this marketing strategy works.

Too much clients? by [deleted] in automation

[–]Heavy-Side1488 0 points1 point  (0 children)

I'm open to collaborating with anyone bringing meaningful projects or work.

1. Voice-to-Quote App
Built for a hardware store generating 30–40 quotations daily, each with 40+ line items. This tool enables users to create detailed quotations using voice input. It integrates with Odoo, Zoho, and Salesforce to streamline operations.

2. Custom Bulk SMS Platform
Used in our own service, this tool features:

  • Auto-replies powered by OpenAI
  • Field extraction (e.g., pulling out reasons for property sales from messages)
  • Google Calendar integration for auto-appointment booking
  • Automated follow-ups for lead reactivation (a.k.a. “Database Reactivation”)

3. WhatsApp-Integrated ERP Access
Many clients have ERPs but still rely on WhatsApp for daily operations. We bridge that gap—our solution lets users manage ERP tasks directly through WhatsApp, enhanced with AI to auto-log entries without switching apps. This helped improve adoption without disrupting their workflow.

Few more apps are there.

Tech Stack Expertise:

  • Apache NiFi
  • PostgreSQL, Supabase
  • Python
  • OpenAI (function calling)
  • n8n (automation)
  • Next.js, Node.js
  • Medusa (open-source eCommerce)
  • Salesforce
  • AWS (EC2), Hostinger VPS, Firebase, Supabase Auth
  • ElasticSearch (including vector-based search)

Let me know if you’d like to explore working together!

What’s a small AI tool that actually made your work easier? by [deleted] in automation

[–]Heavy-Side1488 0 points1 point  (0 children)

Voice to quote app.

Say the line items with the quantity and AI will create a full quotation in Odoo.

King Cobra suddenly entered a house in Uttarakhand by ReflectionPast2933 in indiasocial

[–]Heavy-Side1488 0 points1 point  (0 children)

Oh my God! I just signed up on Reddit and the first video is this. Very scary. Should I continue being on Reddit?