u/atul_k09

[Hiring] Freelance Sales Closer for AI Automation Projects $15/hr base for meeting time

I have spent the last 3.5 years working as a Software Engineer at a major MNC. I am currently building custom AI automation solutions for businesses and handling 100% of the technical builds.
I am looking to hire a freelance sales expert to handle the outreach, discovery, and closing process.
What We Build
AI Booking Systems: WhatsApp and Website chatbots fully integrated with client CRMs.
Custom Automations: Extracting and analyzing data across different platforms using tools like n8n, Make, and Zapier to eliminate manual operational bottlenecks.
The Compensation
Base Rate: $15/hr for verifiable time spent actively on client discovery calls and meetings.
Commission: 30% to 50% revenue share on every deal you close, depending on your level of involvement in the sales cycle.
Software Costs: We will split the cost of the outreach and sales software tools 50/50. I am looking for someone who is willing to put some skin in the game for a high commission split.
Who I Am Looking For
• Proven freelance experience closing clients, preferably for tech services, SaaS, or marketing.
• Someone who understands how to sell outcomes (saving time, booking more meetings) rather than just selling "AI features."
• A self starter who is comfortable managing their own pipeline and outreach.
Next Steps
If you have a track record of closing deals and want a reliable technical builder to deliver on the promises you make, send me a DM. Please include a brief summary of your sales background and what niches you have experience selling into.

reddit.com
u/atul_k09 — 10 days ago

[Hiring] Sales Partner for AI Automation Agency (30 to 50% Rev Share)

I have spent the last 3.5 years working as a Software Engineer at a major MNC. I am now building an AI Automation Agency focused on creating real technical value for businesses, not just basic wrappers.
I handle 100% of the fulfillment and technical builds. I am looking for a pure sales expert to handle outreach, discovery, and closing.
What We Build
AI Booking Systems: WhatsApp and Website chatbots fully integrated with client CRMs.
Custom Automations: Extracting and analyzing data across different platforms using tools like n8n, Make, and Zapier to eliminate manual operational bottlenecks.
The Offer
30% to 50% Revenue Share on every deal you close. The exact split depends on your level of involvement in the sales cycle.
Shared Sales Infrastructure: We will split the cost of the software and tools required to build out our sales system 50/50. I am looking for a partner with skin in the game. You bring the sales expertise, I build the tech, and we share the upside.
Who I Am Looking For
• Proven experience closing B2B clients, preferably for tech agencies, SaaS, or marketing services.
• Someone who understands how to sell outcomes (saving time, booking more meetings) rather than just trying to sell "AI features."
• A self starter who is comfortable managing their own pipeline.
If you just want to work without revenue share the budget would be around $20
Next Steps
If you have a track record of closing deals and want a reliable technical partner to deliver on the promises you make, send me a DM. Please include a brief summary of your sales background and what niches you have experience selling into.

reddit.com
u/atul_k09 — 10 days ago

I’m a Software Dev building AI Agents for my agency clients. Here is why I moved past "simple chatbots."

I spent about 3.5 years in the dev trenches (Amdocs/AWS) before starting my own agency. One thing I’ve noticed? Most "AI chatbots" are useless because they live in a silo. They chat, but they don't do anything.
I’ve shifted my focus to building agents that actually talk to the business's existing stack. Here is the workflow I’m currently implementing for clients:

  1. The Filter: A chatbot that does more than just answer FAQs. It qualifies the lead, recommends specific products based on their needs, and pushes that data directly into the CRM.
  2. The Internal "Brain" (Telegram + RAG): I’ve built a custom Telegram integration where the business owner can query their own internal docs via RAG. If a customer asks something weird, the owner gets the context instantly on Telegram.
  3. Closing the Loop: Once the chat is done, the system automatically prepares an email draft based on the conversation history. The sales rep just hits "send."
    It’s not "fancy" AI—it’s just efficient software engineering applied to communication. For those of you adding AI to your agency offerings, are you finding that clients actually value these deeper integrations over "cool" looking UI?
reddit.com
u/atul_k09 — 15 days ago

📍 Location: WFH

💼 Experience: Minimum 1 Year

🏫 Industry: AI Automation & Tech Services
We are building custom AI sales assistants and automation systems for local SMEs, and we need a driven sales professional to help us expand.

🚀 Open Position:
• Business Development Executive (B2B Sales)

What We’re Looking For:
• 1+ year of proven experience in B2B sales, field sales, or telecalling.
• A solid track record of scheduling meetings and successfully closing deals.
• Strong communication skills to pitch modern AI tech simply to business owners.
• A self-starter motivated by a high-earning structure (Base Salary ₹8k-12k + Flat 20% Bonus on sales above ₹50k).
Preferred: Hands-on experience with modern CRMs and Lead Gen software (e.g., Apollo.io, HubSpot, Zoho, or LinkedIn Sales Navigator).

📧 Interested? Send your resume via DM.

Let’s scale the future of AI automation together!

u/atul_k09 — 17 days ago
▲ 363 r/n8nbusinessautomation+5 crossposts

I spent 2 months building a WhatsApp AI sales agent for my family's clothing store. 44 nodes, 2 AI agents, 8 conversation stages. Here's what I actually built.

My family runs a clothing store in Jaipur. Like most small retail shops in India, their entire customer interaction happens on WhatsApp.

Every day, my brother was handling the same messages manually:

  • "Kya available hai?" (What's available?)
  • "Budget 5000 hai, kya dikhao ge?" (Budget 5000, what can you show me?)
  • The same category and budget questions from 20 different people.
  • Customers waiting 30 minutes for a product link, giving up, and going elsewhere.

He was running Instagram to bring leads in. The leads were coming. But there was nothing on the other end to handle them. Just a phone and one person replying to everything.

I'd been learning n8n and building small AI workflows for a while. I thought: this is exactly the problem automation is supposed to solve.

What I didn't expect was how long it would take.

Version 1 was embarrassing. A basic webhook that sent a canned reply. Fine for testing, useless for real customers.

The real problem hit around version 3. A customer sends "hi", the agent greets them, they say they want something, the agent jumps straight to asking for their name and budget. Same customer messages the next day. The agent has no idea who they are.

No memory. No routing. No sense of where a customer is in their journey.

I started over properly.

The final system: 44 nodes, 2 AI agents

Entry layer (before AI even runs):

Every incoming WhatsApp message passes through a filter first:

  • Is this from the store's own number? Ignore.
  • Is it from a group chat? Ignore.
  • Did the customer send "START" or "STOP"? Route separately.
  • Is this number on an exclusion list (Friend/STOP role in Google Sheets)? Block.

Only after all of that does the message go anywhere useful. This alone cut a lot of noise.

The status router (the part that took the most time):

Before any agent runs, the system fetches the customer's current status from Google Sheets. That status is one of:

  • New Lead
  • Follow-up
  • Order Booking
  • Product Not Found
  • Complaint

Status is "Order Booking"? The message goes directly to the Order Booking Agent, skipping the main agent completely. Customer sends exactly "PP" (short for "price please")? Also routes to the Order Agent, but in a price-lookup mode.

Everything else goes to the Main Sales Agent.

Getting this routing right took weeks. The edge cases were brutal. A customer mid-order should not be re-greeted by the main agent. A customer who just confirmed "Haan" (yes) and is waiting for order details should not get the intent detection flow again. It sounds obvious when I say it. It is not obvious when you're building it.

The Main Sales Agent (8 stages):

One AI agent, one long system message, 8 stages of a real sales conversation:

  1. Greeting (once only, never repeated mid-conversation)
  2. Intent Detection (no lead capture until buying intent is clear)
  3. Product Availability (searches Pinecone vector store before answering)
  4. Lead Capture (Name, City, Budget, Category, Occasion)
  5. Product Link Sharing (max 3 links per message, fetched from Google Sheets by Category + Budget)
  6. Order Intent Handoff (the agent sets status to "Order Booking" and stops, never confirms itself)
  7. Price Query (real price pulled from Item Price sheet by Item Code, never assumed)
  8. FAQ + Human Handoff (Pinecone search for policy questions, STOP keyword exits the flow)

Two things the main agent can never do: confirm an order and make up a price. If it doesn't have the price, it says so. Order confirmation only happens in the next agent.

The Order Booking Agent:

A separate dedicated agent. Takes over once the customer is ready to buy.

Collects: Item Code, delivery date, any special preferences. Displays an order summary. Waits for the customer to type "FINAL". Only then does it write the order to the Orders sheet.

It also handles a "PP Mode" where customers jump straight to price inquiry by sending "PP", get the exact price from the sheet, and can then confirm or exit.

The business notification system:

When the main agent says something like "team aapse jald contact karegi" (team will contact you soon), a third agent picks up the output, pulls the full customer record and any order details from Google Sheets, and sends a structured summary directly to the store's WhatsApp number. The owner gets the full picture immediately without hunting for context.

Tech Stack:

  • n8n (self-hosted) for orchestration
  • OpenAI GPT-4o for both agents
  • Pinecone for FAQ vector search
  • Google Sheets as the database (Leads, Orders, Product Catalog, Item Prices)
  • WhatsApp Cloud API for messaging
  • Shared buffer memory window across all three agents

It's been running with real customers for a few weeks. Not flawless. The AI still occasionally asks for something it already has. But the main flow works, and my brother is no longer stuck on WhatsApp for hours every day.

The thing that surprised me most: the AI was not the hard part. Designing the state machine was. Knowing which agent should handle a message, what that customer already told us, and what happens when they switch context mid-conversation is a much harder problem than writing a good system prompt.

If I were starting over, I'd draw the routing logic on paper before touching n8n at all.

Attaching screenshots of the workflow canvas below. Happy to answer questions on specific nodes or decisions.

What would you have done differently?

u/atul_k09 — 6 days ago