Hi all,
I hope you have a great day.
I am struggling with an api from a customer that needs to receive data in application/x-www-form-urlencoded
As I can only add data in JSON, I am wondering if there is a workaround to get the data sent after all.
their docs says:
"POST Parameters
Send the following parameters as
application/x-www-form-urlencoded
product_id = Integer
name = String
email = String
phone = String
postcode = String
street = String
housenumber = String
city = String
description = String (optional)
questions = Array
and as an example (they say something about Guzzle):
I was wondering if I can for example, add these key-value pairs as url params?
for example:
and the {questions} was put together using the “add text column” step to create the array: