• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

How to send user Input to webhook? Even its 1st message or another

I want to send customer's message to webhook to check details in database and reply accordingly.
I want to send customer's details to webhook to save details in my CRM.
 

Preeti Paryani

Well-known member
Staff member
Hello @deepak9780097800,

Could you please elaborate a bit more on your use case? For example, do you want to capture every customer’s reply or input and simply add it to your CRM, or in addition to that, would you also like to analyze all previous replies and then send a response back to the user accordingly? And if it is the latter, how do you plan to generate the response and send it?
 
Actualy, We deals in vip mobile numbers in India
We already have created a function in our system for whatsapp to search a number and reply accordingly
So I wish, if a user inquire a number on whatsapp like: "What is the final price for 9876543210" then I want to send this message to my system through webhook, My system will create a reply as per its availbility or pre booking, price, discount. and reply with the message
 

Preeti Paryani

Well-known member
Staff member
Hello,

Yes, this use case seems possible. You can achieve it as follows:

  1. Whenever a new message is received in Pabbly Chatflow, capture it in Pabbly Connect using the trigger.
  2. In your CRM, search for the details (availability, pre-booking, price, discount, etc.) via the number and generate the reply message.
  3. Once the reply is generated, send it back to Pabbly Connect.
  4. Finally, use the Send Text Message action in Pabbly Chatflow to deliver the response back to the user on WhatsApp.

This way, all customer queries like “What is the final price for 9876543210” will be handled automatically through your existing system logic.
 
Hi @Preeti Paryani, 👋


Thanks for the clarity! I just need a few confirmations:


  1. Is Pabbly Connect mandatory?
    Or can Chatflow directly call my own HTTPS webhook (POST/GET) to forward the raw user message + metadata (name, number, chat-id)?
  2. Billing/Tasks:
    If Pabbly Connect is required, will these be billable tasks or included as free within Chatflow?
  3. Direct Webhook Option in Chatflow:
    I couldn’t find an option to send user’s message to a webhook or Pabbly inside Chatflow.
    Can you provide any screenshot, how can I use it?
  4. Reply Flow:
    Can I send the message to my system → get computed reply → post it back to WhatsApp without Pabbly Connect?
 
Last edited:
But there is no option to share user message in webhook, even in your video.
It looks like, We only can share user number, name etc. but not the user's message.
 

ArshilAhmad

Moderator
Staff member
Have you set up a workflow in Pabbly Connect with 'Pabbly Chatflow: New Message Received' as the trigger step? If yes, could you please share the workflow URL where you’ve done this? As mentioned earlier in the video, you need to set up a workflow in Pabbly Connect to receive new messages.
1755716113953.png
 
But there is no option to share user message (input) in webhook, even in your video.
It looks like, We only can share user number, name etc. but not the user's message (input).
Will I recieve that also?

1755779587582.png
 
Top