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

Well-known member
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