-
Hi, I have a workflow setup so that when I create a lead a task is created and an email sent. It seems that, although it works if I create a lead on the site, if I do it by API then the lead is create…
pjsim updated
10 years ago
-
On a completely fresh clone of master some of the tests fail. Example:
```
it 'should attach a file to an account' do
r = RubyZoho::Crm::Account.all.first
r.attach_file(@sample_pdf, '1_' + Fi…
-
This happens whenever I include the following in initializers/zoho.rb
``` ruby
require 'ruby_zoho'
```
I get the following excpetion in the log upon booting the webserver (unicorn in my case):
Mo…
qume updated
10 years ago
-
Hey,
Thanks for all the hard work on this gem.
I've been handed the task of integrating parts of Zoho into an existing app that uses Devise. With 0.1.7 I was running into problems with the User clas…
-
I hit a rate limit in generating auth_tokens. Appears we shouldn't be generating so many. Does anyone know how long the token lives (TTL)? I've been using the same one for about 18 hours now - perhaps…