In flowxo webhook can I get the parameters?

(Himanshu Teotia) #1

I want to call the flowxo webhook from our server API. May I know can we also send the some parameters with it?

with this url : https://flowxo.com/hooks/a/xyz

(Karen Barker) #2

Hi @himanshuteotia

Yes you can pass parameters on the URL. :slight_smile:

You’ll just need to append the parameters to the end of the URL such as https://flowxo.com/hooks/a/xyz?foo=foo&bah=bah

During the initial set up of the webhook trigger you must send the required parameters to the test or we will not look for them once the webhook is live.

You can find further information on how to set this up here.