Releases: klaviyo/klaviyo-api-node
Releases · klaviyo/klaviyo-api-node
v17.0.0
v16.0.0
Version 16.0.0
v15.0.0
Version 15.0.0
v14.0.0
Version 14.0.0
v13.0.0
Version 13.0.0
v12.0.1
Fixed
- Fixed NPM package issue
v12.0.0
Added
- Added several method aliases based on previous operation IDs
Fixed
- Breaking
- Removed incorrect
links
property from several DTO classes
- Removed incorrect
11.0.0
Added
- Forms API
- New
FormsApi
class with methods to get forms, form versions and relationships. - Webhooks API
- New
WebooksApi
class containing CRUD operations for webhooks. - FilterBuilder class
- New class to help build filters in the correct format for endpoints that use them.
- See the README for more information and usage examples.
Changed
ProfilesApi.subscribe()
- added
historical_import
flag for importing historically consented profiles can now be optionally supplied in the payload for the Subscribe Profiles endpoint. - When using this flag, a
consented_at
date must be provided and must be in the past.
v10.1.0
Added
-
Segments Api
- New create segment endpoint
SegmentsApi.createSegment()
. - New delete segment endpoint
SegementsApi.deleteSegment()
. - Updated exisiting segments endpoints to include the segment definition
- For more information, see our Segments API overview.
- New create segment endpoint
-
Flows Api
- New delete flows endpoint
FlowsApi.deleteFlow()
- New delete flows endpoint
v10.0.1
[10.0.1] - revision 2024-05-15
Changed
- Fix bug in the
ObjectSerializer
class