URL query string

(Andrew Catchpole) #1

I have successfully been able to send a URL query string by putting the whole request in the Request URL and get the expected response.

However how should i now configure this query string with my data? If I use content type “None” and add Headers then the HTTP request fails. Am I doing something wrong here?

Help files state:
URL query string - you can make HTTP GET requests and use a query string in your URL. Note that values in the query string are only recognised in GET requests.

(Daniel Beckett) #2

@Smartview_Property

If you’re doing a GET request then you’ll need to insert your data into the request URL. e.g:
https://flowxo.com/hooks/a/abcdefgh?name=Dan&myvalue=testing

If you’ve got the data to use in your flow already then you can add it into the request URL by clicking on the ‘xo’ icon to bring in the list of outputs.