
Engineering
- Member since
- Total activity 363
- Last activity
-
- 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
-
Hi Sunny, API token is independent of connected domain. So, it should not affect your customers. Thanks, Oguzhan
- View comment
- Created
- 1 vote
-
Insightly will be releasing 3.21 very soon. This new version has much more extensive support for Push Notifications - Everything from controlling how you're notified, what you're notified about, as...
- View comment
- Created
- 1 vote
-
Hi Lu, This error means that there are multiple custom fields with the same ID of "OPPORTUNITY_FIELD_25". The API checks for duplication and throws that error. Regards, Kevin
- View comment
- Created
- 1 vote
-
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 Eric, I am happy to inform you that the changes we discussed last week have been implemented but have not yet been released. That should happen soon and i will let you know when it does. Just to...
- View comment
- Edited
- 1 vote
-
Hi Carmello, I'm not a Python expert by any means, so there could very well be a better way to do this; Does this code snippet help? from insightly import Insightlyapi = Insightly(apikey='<YOUR API...
- View comment
- Created
- 1 vote
-
Oded, "Opportunity Value" is a calculated value based on BID_AMOUNT, BID_TYPE and BID_DURATION. The API doesn't actually support the field OPPORTUNITY_VALUE at all for an Opportunityhttps://api.ins...
- View comment
- Created
- 1 vote
-
- Community
- Insightly API
- Build a smart lead/contact capture form using our API. This sample app in Python will help get you started.
Hi Terje, Thanks for bringing this to our attention, the repository was indeed removed and we no longer have the source code. I have unpinned this thread to avoid further confusion. Sorry for the i...
- View comment
- Edited
- 0 votes