How to use the HTTP Call ingredient to send a request to your website?
You can use the HTTP Call ingredient in order to send a request to your website. The content coming from the trigger will be sent in the raw body of your request.
You can test use a third-party service like https://requestb.in in order to see what your trigger is sending and debug requests. Requestb.in will just print the payloads received making it easy to see what is going on