How to parse zoho crm webhook data in php?
I have a webhook setup and it suppose to send a signal to the url i specified but when i try to parse on my wordpress site it is always blank. i have tried var_dump($_POST); file_get_content() but it is always blank. What content-type does zoho crm use for webhooks?