Product updates
If you work with custom integrations a lot this improvement might help you quite a bit.
When dealing with third-party software and their API's they tend to handle empty values differently. With this new setting, you can determine how this integration will send empty fields to the third-party software.
The options are the following:
"Send empty string as empty ("")" which will
Send empty strings as null
Skip empty fields in requests
You can find this configurations under the "Settings" section inside your integration.
Why did we implement this improvement?