
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.
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
-
Hi James, Unfortunately the python SDK only supports v2.2 of our API. Please note that this SDK is maintained by the community and we don't offer any further support for it. I understand that this ...
- View comment
- Created
- 0 votes
-
Official comment
Hi Matthias, Request header Content-Type should be "multipart/form-data".As the request body, you should provide correct content_type parameter like "image/jpeg", file_name parameter like "newImage...
- View comment
- Created
- 0 votes
-
Official comment
Hi Prabhat, You should use DETAILS field to update Event Description. Here is a sample request body : {"EVENT_ID": 2991325,"TITLE": "Event Title","LOCATION": "A Location","DETAILS": "A New Descript...
- View comment
- Created
- 0 votes
-
Hi Sunny, API token is independent of connected domain. So, it should not affect your customers. Thanks, Oguzhan
- View comment
- Created
- 1 vote
-
Have you tried using the API v2.2 to update custom field? Each "main" entity has its own UpdateCustomField function. https://api.insight.ly/v2.2/Help#!/Contacts/UpdateCustomField
- View comment
- Created
- 0 votes
-
Hi Jack, The Update API requires the data value of the full object graph. If you don't include certain information, the API thinks you want to remove it. Regards, Kevin
- View comment
- Created
- 0 votes
-
Hello Arny, Could you elaborate on what you are trying to do and what are your expectations?Request and response details would also help. Thanks! Oguzhan
- View comment
- Created
- 0 votes
-
Hello Jitterbit Recipe, Could you please try to add "STATUS": "COMPLETED" into your JSON object. If this does not work, please tell us the error code and message you get. Thanks, Oguzhan
- View comment
- Created
- 0 votes