• 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

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

facing a problem

MYZONE

Member

📨 Support Request to Pabbly:​


Hello Team,


We are building an automated WhatsApp assistant using Pabbly + Interakt + ChatGPT (OpenAI), and facing a problem at the final step.




🧩 Our Use Case:​


We want to auto-reply to WhatsApp user queries like:


“Dubai visa fees please”
“UK visa cost?”

Our goal is to:


  1. Receive the WhatsApp message from a user (via Interakt).
  2. Pass that message to OpenAI (ChatGPT 3.5-turbo).
  3. Extract the AI reply using Text Formatter (Regex).
  4. Send back the AI-generated response to the same user over WhatsApp via Interakt's API (with or without using templates whichever is possible).



✅ Steps Already Working:​


  • ✅ Webhook: Capturing messages from Interakt successfully.
  • ✅ OpenAI API (ChatGPT): Getting clean and expected response.
  • ✅ Text Formatter: Extracting the message body properly with regex.
  • ✅ Interakt Token: Valid and authorized.



❌ Current Problem:​


At final step, we're using:

POST https://api.interakt.ai/v1/message


And sending the body as:

{
"countryCode": "91",
"phoneNumber": "{{1.Data Customer Phone Number}}",
"callbackData": "myzone-auto",
"type": "text",
"message": "{{3.Result 1}}"
}


But the message is not being sent to the user on WhatsApp.
No visible error, yet the message doesn't reach them.




❓ Our Key Question:​


Are we using the right application & endpoint in Pabbly?
We are currently using:


  • Action App: Interakt
  • Action Event: Custom API Request
  • Payload: Raw JSON
  • Headers: Auto token (Bearer)

If not, kindly guide which event or app we should choose for sending a plain text dynamic WhatsApp message with or without template.




🙏 Request:​


  • Kindly check if we are missing any formatting or technical config.
  • Please confirm if the selected application flow is valid.
  • Suggest any corrections in the flow, endpoint or payload structure.

Looking forward to your support.


Thanks & Regards,
[Bhavesh Sarvakar / MyZone Team]



 

Attachments

  • Screenshot 2025-04-10 180334.jpg
    Screenshot 2025-04-10 180334.jpg
    96.2 KB · Views: 32

ArshilAhmad

Moderator
Staff member
Hi @MYZONE,

Currently, there is no action event in Interakt that allows you to send plain text messages. Interakt integration has been developed and is managed by the Interakt team itself. Please reach out to them to get a better understanding of the endpoint you need to use for sending plain text messages and how to set it up.
 
Top