It appears that Cloud APIs created with APIFunction
can only handle form data (application/x-www-form-urlencoded
). Most websites that offer web hooks use JSON payloads rather than form-data. Are there any plans to update APIFunction
to work with JSON payloads rather than forms?