
Engineering
- Member since
- Total activity 363
- Last activity
-
- Community
- Insightly API
- Build a smart lead/contact capture form using our API. This sample app in Python will help get you started.
Michael, Using the API underneath your form, you can pretty much do anything in the HTML you'd like. The API would only be accessed by your code at the appropriate times during processing of the H...
- View comment
- Created
- 0 votes
-
Have you tried passing include_converted=true in the call to the leads endpoint? This should return all leads, regardless of status.
- View comment
- Created
- 1 vote
-
Hi Scott, No worries. :-) Check out the section "Email support for customers on paid plans" of the following page: https://support.insight.ly/hc/en-us/articles/207340527-Getting-help-and-support-wi...
- View comment
- Created
- 0 votes
-
Official comment
Hi Scott, The only limit aside from the daily cap is the 5 requests per second limit of which you are already aware. Is it possible that there is a third party integration which uses one of your AP...
- View comment
- Created
- 0 votes
-
Official comment
Hi Rajinder, Just wanted to let you know that we've taken care of this bug. It is fixed now. Thanks,Nate
- View comment
- Created
- 0 votes
-
Hi asawyer, Since OWNER_USER_ID and RESPONSIBLE_USER_ID are the same the Task was effectively not assigned and ASSIGNED_BY_USER_ID is ignored. If you're using your API key for all Task creations, ...
- View comment
- Created
- 0 votes
-
Hi asawyer, ASSIGNED_BY_USER_ID could be someone else than the Owner/Creator of the Task, e.g. an admin who has access to all tasks could go in and assign it. When ASSIGNED_BY_USER_ID is set, the n...
- View comment
- Created
- 0 votes
-
Official comment
Version 2 of our API has been retired, officially on April 29, 2016, but we closed it down a few weeks ago. API v2 users were notified via email with this information a few months prior to the offi...
- View comment
- Edited
- 0 votes
-
- Community
- Insightly API
- Using Python SDK i.read('opportunities') suddenly ignores "top" and "skip" keyword arguments
Hello again Oded. We have released a fix for the pagination problem with Opportunities. Please give that another try and let us know if it's not working. Thanks!
- View comment
- Created
- 2 votes