[Incoming webhooks]: `Invalid request body format` when body contains `null` field

Hello community!

I’m trying to send incoming webhook to zoom via incoming webhook zoom app. And it’s wokring fine for most cases.

What I didn’t expepect is to get 400 with body Invalid request body format. when sending following:

POST https://inbots.zoom.us/incoming/hook/xxx?format=fields
Headers: 
  Authorization: xxx

Body:
{
    "foo": "bar",
    "baz": null
}

Is this expected? Zoom API can’t handle null values in JSON objects? :thinking:

Regards!

Hello @nikita.mikhailov
Thanks for reaching out to us and sorry for the late reply!
Have you been able to troubleshoot this issue on your end?