Hi @ryancramerdesign - sorry, not sure if this is a bug, intentional, or unavoidable.
I send application/json and application/x-www-form-urlencoded payloads to an endpoint created with a URL hook and file_get_contents('php://input') works as expected with application/json, but not with application/x-www-form-urlencoded.
Is there a way that application/x-www-form-urlencoded data could be made available via $event? Or populated to $_POST?