Doing an HTTP Requests.

I want to make a POST Request to an URL.

This is the URL

https://hooks.zapier.com/hooks/catch/1517431/f57fiz/

I would like to include the parameters to be an answer from user input

$w("#myElement").value === "Answer by user"

Here is the Wix API documentation

What you need to user is the wix-fetch API - wix-fetch - Velo API Reference - Wix.com

NowN you may need to send the request from backend coffee because of cross domain issues, depending on how zapier is set up.