Updates

Join our developers mailing list for updates on important changes to the Neon CRM API, custom objects, and other developer tools in Neon CRM.

Sign up for email alerts

API v2.2 Release Notes

November 21, 2020

This page details the new features, enhancements, and fixes in API v2.2, released on November 21st, 2020. New The matchedDonationId field has been added to pledge endpoints, allowing match pledges to be created.The field honorMemory has been changed to tribute in donation endpoints.The boolean field isDefault has been added to campaign, fund, and purpose endpoints.Validation errors…

Read More

API v2.1 Release Notes

September 19, 2020

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 More

API v2 Versioning

August 28, 2020

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 More

NeonCRM API Version 2!

May 8, 2020

We’re excited to announce the public release of the NeonCRM API version 2. This new version is a complete rebuild of our existing API that adopts many modern RESTful API conventions. API v2 introduces new methods for working with custom fields, events, and more; in addition to updating and extending the functionality of all the…

Read More

Important changes for Trial API users

December 4, 2018

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 More

GDPR Compliance and the NeonCRM API

May 21, 2018

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 More

Permissions Update

May 4, 2018

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 More

Searching and Pagination for Custom Object Records

February 12, 2018

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 More

New API Methods – Event Registration

August 28, 2017

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 More

Custom Objects

June 5, 2017

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 More