Hi there guys
I’m trying to make a HTTP request but for some reason Make.com doesn’t like the body that I’m passing into the module
It works fine on Postman and other HTTP agents but for some reason make throws a 400 error with no real explanation
The key value pair i’m trying to pass is:
{“q”:“site:instagram.com (“relationship coach” OR “dating coach” OR “intimacy coach”) AND (”@gmail.com" OR “@Hotmail.com” OR “@icloud.com” OR “@yahoo.com”)",“num”:100}
I’m thinking that Make doesn’t like the quotation marks or parenthesis for some reason
Pasted my blueprint below:
blueprint (1).json (30.3 KB)
Of course i’ve removed my API key values
Thanks in advance guys!