I need to add api method parameter before headers and body, in past I used Integromat/Make and there was specific place to text using method. Problem is only putting “method” to HTTP Request. Can somebody help me?
I changed body content type to “Form-Data Multipart” and for example {“method”: “getOrders”} works, but next problem is I need to add more parameters to filter response, for example for method “getOrders” I want to add specific order number
Looks to me that it works as you’ve intended. Problem with Integromat is that it doesn’t tell you what is it exactly sending over the wire and you can’t compare it with what n8n is sending.