New 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:

Implementation is simple; just add a parameter to your request:

sendAcknowledgeEmail=true

These emails follow whatever behavior has been configured in NeonCRM’s system settings. In order for these to work, you must configure these system emails. The settings are shared with the system emails used by NeonCRM’s built-in online forms. If you create any email conditions in NeonCRM, they will apply here as well.

Event Summary

The Event Summary field is now available for use as an output column in the listEvents method.