Uncategorized
API v2.1 Release Notes
This page details the new features and enhancements in API v2.1, released on September 19, 2020. New Adds new methods for working with memberships Adds new methods for working with orders (a.k.a. “shopping carts”) that include the ability to group multiple donations, memberships, and store purchases in a single order Adds new method for retrieving…
Read MoreAPI v2 Versioning
On September 19, 2020, the NeonCRM API will add versioning to all API v2 endpoints. After this date, requests to API v2 will be able to specify an API version number with each request. No immediate updates are required for apps using the NeonCRM API v2. Requests without a version number will default to the…
Read MoreImportant changes for Trial API users
As part of our scheduled feature release on Saturday, December 15, we will be changing the API endpoint URL for NeonCRM trials. We are no longer supporting this endpoint for trials: https://api.neoncrm.com/neonws/ Instead, as of December 15, API requests made to trial systems must now be made to this endpoint: https://trial.z2systems.com/neonws/ This change only affects…
Read MoreGDPR Compliance and the NeonCRM API
We have updated the NeonCRM API to include additional fields as part of our effort towards GDPR compliance. You can read more about the project here. The updated methods include the new consent data fields found in NeonCRM. These methods have been updated: Create Individual Account Update Individual Account Create Organization Account Update Organization Account…
Read MorePermissions Update
A number of API methods will be updated to include stronger permission controls. These permissions have largely been in place for existing API methods, but on May 5, 2018 we will be releasing a number of updates to tighten permissions. If your application encounters permission errors, please check the permission settings for the system user…
Read MoreSearching and Pagination for Custom Object Records
We have updated the List Custom Object Records method to implement paginated results and searching for records. This means you can retrieve a subset of records (rather than retrieving all records at the same time). You can view the updated documentation here: https://developer.neoncrm.com/api/custom-objects/list-custom-object-records/
Read MoreNew API Methods – Event Registration
The long-awaited capability to use NeonCRM’s API to create event registrations is here. With this update, we get three new API methods: Create Event Registration Calculate Event Registration List Event Tickets Please check out the documentation and feel free to submit your questions to the developer forum.
Read MoreCustom Objects
We have released the ability to create Custom Objects in NeonCRM via the API. This feature is considered to be in an open beta phase. While we do not expect to make significant changes to the overall functionality, we may make incremental improvements and fixes as necessary. The beta period is expected to last approximately…
Read MoreNotice: Discontinuation of TLS 1.0
On March 26th, 2016, NeonCRM’s API will be will be removing protocol support for TLS v1.0. This upgrade may affect your ability to connect to NeonCRM’s API. Any API integrations you have built will need to be compatible with TLS versions 1.1 or 1.2. These changes are technical and we advise you to consult with…
Read MoreNew API Method – Retrieve Event Attendees
A long-awaited expansion to our Event API has arrived. On Saturday, December 12 a new method will become available: Retrieve Event Attendees. This allows you to retrieve a list of attendees for a single event, including attendee standard fields, attendee custom fields, and a couple of registrant fields. Head over to the documentation for more…
Read More