Skip to content

Releases: klaviyo/klaviyo-api-node

v17.0.0

21 Feb 17:19
Compare
Choose a tag to compare
Version 17.0.0

v16.0.0

15 Jan 21:57
Compare
Choose a tag to compare
Version 16.0.0

v15.0.0

11 Dec 20:01
Compare
Choose a tag to compare
Version 15.0.0

v14.0.0

03 Dec 20:53
Compare
Choose a tag to compare
Version 14.0.0

v13.0.0

17 Oct 13:09
Compare
Choose a tag to compare
Version 13.0.0

v12.0.1

30 Aug 12:08
9a6025a
Compare
Choose a tag to compare

Fixed

  • Fixed NPM package issue

v12.0.0

29 Aug 20:50
Compare
Choose a tag to compare

Added

  • Added several method aliases based on previous operation IDs

Fixed

  • Breaking
    • Removed incorrect links property from several DTO classes

11.0.0

15 Jul 21:48
2b88ce3
Compare
Choose a tag to compare

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

17 Jun 20:43
3548034
Compare
Choose a tag to compare

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.
  • Flows Api

    • New delete flows endpoint FlowsApi.deleteFlow()

v10.0.1

22 May 20:37
71fa41a
Compare
Choose a tag to compare

[10.0.1] - revision 2024-05-15

Changed

  • Fix bug in the ObjectSerializer class