Editing and Tasks
We just released two new major features in Daylite API. Editing for Contacts and Companies and the ability to create and view Tasks.
Editing
It is now possible to make changes to Contacts and Companies through Daylite API. On those resources, we support the HTTP PATCH verb to allow easy modifications, without having the current version of the object client.
The API allows you to express modifications like "change the first name" or add this address.
Tasks
Being able to create Tasks using the Daylite API was one of our most requested features. We released API endpoints to create and view Tasks in Daylite.
Concepts and Documentation
We worked hard on improving the existing documentation and added concept guides help you understand Daylite's concepts better and help you to get started.
To make getting started as easy as possible, you can easily request a personal API token, and try API requests directly inside the documentation.
Changelog
- added: Editing of Contacts
- added: Editing of Companies
- added: Creating Tasks
- added: Listing and Retrieving Tasks
- added: