-
In Zoho-Js-Sdk, Function for getting all record of a module i.e **getAllRecords()** is only returning the **data** object in resolved promises. In some cases **info** object is also required which is …
-
I see you have a composer.json, however the package doesn't exist here:
https://packagist.org/packages/tristanjahier/zoho-crm-php
Please consider submitting the package here:
https://packagist.org/…
-
Resource key for Customer Payments should be "customerpayments" for `getList()` method to work when creating the collection.
This is a regression introduced in #37 - the correct fix is detailed in…
bluec updated
4 years ago
-
At the moment, you only allow the old 'Zoho-authtoken' which they keep saying is going to be deprecated.
I had a quick hack at making it work by doing a `if (strpos($this->authToken, '1000.') === 0…
-
As it seems, Zoho provides a sandbox environment for development purposes
The API url is https://crmsandbox.zoho.com/crm/v2
This allows API access using the same tokens as the live environments,…
-
Hi,
For installing the provider we used `go get` since `go install` didn't work.
After verifying that the provider is installed and we were able to run terraform plan on this sample code
```
…
ghost updated
4 years ago
-
Hi, I have a custom field named 'Candidate Name' in my Campaign module.
Using the rails console, when I try to update a campaign's 'Candidate Name' field, I don't get any errors -- it appears to succ…
-
Hello, wondering if this library is functional and if so, do you plan on releasing documentation? Or if you need help getting it running or writing docs, perhaps I could be of assistance.
Looking …
-
I'm receiving the following error message when trying to insert a new lead:
```
4600: Unable to process your request. Please verify if the name and value is appropriate for the "xmlData" parameter.
…
-
The idea is to integrate Rocket.Chat with different CRMs through 1 integration only, using unified API platform -- https://app.api2crm.com/ (There is a possibility to create a free account)).
Suppor…