Skip to content
Advertisement

Tag: zoho

Populate Dropdown from Zoho Response

I am trying to populate a dropdown from the ZOHO API response I am getting with my request. I have two files. request.php and zoho.php. I am receiving the response from request.php as below. in order to get the result I am decoding the object as below I am having a popup in zoho.php. The way I am looping the

Add record in ZOHO API

I am trying to add a record (contact) to the ZOHO database using their API after submitting an order. This requires an authorization token with a validity of 60 minutes which I can generate with a grant token, but which I can only generate with user interaction (GET). Is there a way to get a grant token without user interaction?

Zoho Sign Webhook – Receiving Response Using PHP

I’m creating a script that will receive response from Zoho Sign Webhook. I use the following condition to trigger the Webhook : I am able to receive the hit into the Callback URL by saving every response into the database. I’m using a simple code below : But i always get empty response using the script above. The $data, $post,

Advertisement