Help Needed – Correct Parameter Format for Sending API Request in Pabbly Connect
Status: Open · Asked by harsh40413 on · 0 views
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 --

- But pabbly is sending this -

- i have added this same on pabbly can u check properly -

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.