Uncategorized
API to Production Status
We are pleased to announce that the NeonCRM API is finally transitioning from beta to production-level status. This change will take effect as part of our July feature release on Saturday, July 11th. As a member of NeonCRM’s API development community, you might be wondering what this means for the future of your API-based application.…
Read MoreNotice of change to RSS feed structure
In order to ensure NeonCRM’s RSS feeds remain in compliance with standards, we will be modifying the structure of our feeds. This change is being applied in order to address certain problems that were reported by customers using our RSS feeds with web-based RSS readers. Changes The following modifications will take effect on April 18,…
Read MoreImportant Change Notice for NeonCRM API – Search Methods
As part of a major structural overhaul to NeonCRM’s core reporting system, we will be changing the names of a significant number of reporting columns and criteria. These changes will likely require modifications to your application’s code. This change necessarily affects the following API methods: listAccounts listDonations listEvents listMemberships We have written a complete description…
Read MoreRoadmap
We now have a development roadmap page that discusses upcoming enhancements to the NeonCRM API. Check out our roadmap here: http://help.neoncrm.com/roadmap
Read MoreNew Plugin for WordPress
We have just made our initial release of a new widget plugin for WordPress! This plugin retrieves a list of upcoming events from a NeonCRM system and displays them in a widget. It features a simple user interface, supports multiple instances of the widget, and uses WordPress’s caching for fast performance. Check it out here: https://wordpress.org/plugins/neoncrm-events-widget/
Read MoreNew API Features – September 2014
As part of our core feature release this month, we have included some new capabilities for existing API methods. Trigger system emails for transactions You can now automatically trigger system emails when you create new records through the API. This works on the following API methods: createIndividualAccount createOrganizationAccount createDonation addMembershipToAccount checkout Implementation is simple; just…
Read MoreNew API Features – April 2014
We’re excited to announce the release of some new updates to the API. The following features will be made available on Monday, April 21: New Methods We have added the following new methods: syncAccounts Query the server to find accounts that have been recently updated. listAccountsBySearchCriteria This is a simplified and faster version of listAccounts.…
Read MoreAPI Available for Production Environment
For the past few months, API access has been limited to sandbox environments. After testing for several months, we have gained a lot of useful feedback from our user community. This feedback has been very helpful in allowing us to fine-tune our API. We have fixed many bugs, improved performance and reliability, and expanded the…
Read MoreAPI Beta 1.3
On Tuesday, February 26 we will be releasing many new API features to all Beta systems. These include calls for: Donations Pledges Events Memberships Online Store The documentation for these features is being added to this site. We will announce when they are available for use.
Read MoreAPI Beta 1.2
We have released these updates to the API: New features: [authenticateUser] – Added a method for authenticating system users. Added an request which accepts username/password in the request, and returns accountId, systemUserId, and other user information. This update will fix numerous issues: [LinkIndividualToOrganization/RemoveIndividualFromOrganization] now uses the Contact ID instead of Account ID. [listOrganizationContacts] – We…
Read More