I have a SimCam S1 webcam that makes POST requests upon recognising a person, car or pet. The body of the request is not structured like JSON but rather:
deviceId=TEST+deviceId&devicename=TEST+devicename&eventType=1&eventTime=1688083083&payload=SIMHOME
I believe this to be the reason why card T30 of ‘HTTP request flowkaarten’, does not pipe the body into a tag and only returns {"{}":""}
Is this a valid assumption? And is there another way to get this kind of data inside Homey? The webcam only lets me change the endpoint url.