• 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.

Help Needed – Correct Parameter Format for Sending API Request in Pabbly Connect

harsh40413

Member
Your Task History ID
IjU3NjYwNTY5MDYzMTA0MzM1MjZmNTUzYzUxMzQi_pc
Hello Pabbly Team,


I am trying to send data from Pabbly API request to my API using Pabbly Connect. The issue I am facing is with the parameter format — the API is not sending the request properly.

here is my workflow id - IjU3NjYwNTY5MDYzMTA0MzM1MjZmNTUzYzUxMzQi_pc
in api send request under routes - 1 min delay automation call
Here is my current setup:


  • Trigger: Pabbly Form Submission
  • Action: API by Pabbly
  • Method: POST
  • Content-Type: application/json


  • We want this -this is from postman --

    1756277503738.png

  • But pabbly is sending this -
  • 1756277554256.png

  • i have added this same on pabbly can u check properly -
  • Screenshot 2025-08-27 at 12.23.31 PM.png

 

ArshilAhmad

Moderator
Staff member
Hi @harsh40413,

Could you please share the cURL and endpoint you are attempting to execute in Postman? We suggest trying a Custom POST Request, which will allow you to pass the JSON in the data field rather than as parameters.
1756317957358.png
 
Top