This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Description
I explored that this webhook sends data after encoding it using simplejson. Since nothing similar to simplejson exist in JS, it's difficult to decode back to original JSON format.
How to go on this?
Either encode in a scheme which could be reversed using standard packages or don't encode it (which could not be the case of course)
My team urgently needs to fix this, any help would be appreciated.