API connector not sending JSON body in POST request

Been developing on bubble.io for a while and never had trouble with the connector till now.

I know my call is set up to a tee from the documentation and it runs perfect on postman.

For some reason this user_id field is not going through and I have no idea why, very stressed with this and thankful for any input!

I looked at similar posts and tried url encoded content type as well as use the shared headers… still nothing



did you tried to add the headers directly to your calls (instead of shared header)?

Link to documentation?

Or you can share your settings in Postman (headers, parameters, body…)

Yes I did headers both ways

Try to start from a new API and Call and set headers directly in API Call in lowercase
If this doesn’t work, try to send the request to a requestbin.com and do the same in postman and compare both calls.

@Jici That URL looks broken perhaps you meant https://pipedream.com/requestbin

The url was parsed automatically. :stuck_out_tongue: However .com instead of the old .org work

I’ve had this issue as well with some POST requests to other APIs, and this was the solution for me. Try using this as JSON:

data={"user_id":"<USER_ID>"}

Is this still working for you? I am facing the same problem and nothing is working.

I now have the same issue trying to connect to a POST API to Pipedrive and working fine in postman and with the GET call but keeps giving me error 400 I have tried putting Data: before the JSON but that doesn’t work did anyone have anyone find a way to resolve this? The Pipedrive plugin from rapid dav is very limited so needs to be api

Can you share your settings?