nodejs
nodejs copied to clipboard
Delete contact is returning an error, saying contact is not defined. This seems to be an issue with the library but it may be my implementation.' `agileAPI.contactAPI.deleteContact("5724499700416512", success, error);` agileAPI...
If no contact is found the response body is an empty string. The code attempts to parse this as JSON and throws an exception. This implies that the code has...
I am creating an app in freshdeveloper to comunicate it with Agile CRM, is already done but I have a limit to show the notes to only 10 results. I...
Hello, I have added a lookup for phone number based on your REST API documentation. https://github.com/agilecrm/rest-api#120-get-contact-by-phone-number it seems to work OK. let me know if there are any issues. thanks
Hi, Since the update of the 24th of October, my server logs are getting totally messed up because of the 'Status Code = XXX'. Could it be possible to be...
Do you plan to make this library promise based anytime soon? Things have changed a lot in nodejs world lately... callbacks are a thing of the past, promises are the...
Hi All, I've created a fork https://github.com/pnmcosta/agile_crm with some things addresses: - Proper error handling - Clean up and tidy You can replace the npm package with the fork, if...
Follow up for issue https://github.com/agilecrm/nodejs/issues/11
Can you please Update the README with your License Information? Without License Information your software can not be used in most companies.
this change will fix Issue #6