This is frustrating. So I need to make a POST request with a request body.
In the request body I need to have a ‘request’ paramter key and the value is a json.
The content type must be x-www-form-urlencoded.
With the POST standard webhook, I cant choose the content type.
With the custom request webhook, it does not seems to recognize ‘request’ as a parameter in the request body. How can I solve this.