Questions tagged [insightly]

Insightly is an API to integrate CRM(Customer Relationship Management) functionality into any system or application.

18 questions
0
votes
1 answer

Insightly API with filter

I have created a cUrl to get a filtered list of contacts. Regardless of me passing the filter items I always get ALL of the contacts. Here is the curl: curl -v -H "Authorization: Basic "…
David
  • 320
  • 1
  • 6
  • 22
0
votes
1 answer

Trying to Parse JSON date to POST to another System (Python)

I am trying to write a script to GET project data from Insightly and post to 10000ft. Essentially, I want to take any newly created project in one system and create that same instance in another system. Both have the concept of a 'Project' I am…
-1
votes
1 answer

Insightly PHP API

I'm using https://github.com/Insightly/insightly-php and having a problem passing a simple variable to a method in it: require("insightly.php"); $i = new Insightly('my-base64-encoded-api-key'); Do you know why getContacts() doesn't seem to see the…
jdailey
  • 19
  • 1
1
2