Skip to content

Releases: klaviyo/klaviyo-api-node

v2.1.1 - pageSize and Mutli-store fixes

01 Mar 20:47
ec00e60

Choose a tag to compare

Fixed missing pageSize query param and multi-store functionality

Campaigns release + flows fix

23 Feb 16:17
7387e70

Choose a tag to compare

  • Added campaigns endpoints to sdk
  • Fixed pagination on flows endpoints to be cursor based.

2.0.0 - New endpoints!

25 Jan 20:39
5d2dc06

Choose a tag to compare

  • Added the following endpoints (which were previously in our Beta API/SDKs):
    • Data Privacy
    • All Tags endpoints, as well as the following related resource-specific endpoints:
      • Get Flow Tags
      • Get List Tags
      • Get Segment Tags
  • Reworked the response object from returned by SDK methods
    • instead of only returning the response payload, the status code and headers are now also returned
    • The API response payload is now nested under body within the API response returned by SDK methods. You can get the id of the returned resource by calling response.body.data.id instead of response.data.id from previous releases. You can get response headers and status with response.headers and response.status respectively.
  • Fixed exponential backoff to work again

v1.0.2 - fix and QoL improvement

19 Dec 22:05

Choose a tag to compare

  1. Fix Babel/cli being not being in devDependencies
  2. pageCursor now can take the entire links.next url

v1.0.1 - hotfix

31 Oct 18:19

Choose a tag to compare

Fix sparse fields for segment profiles endpoint

v1.0.0 - Revision: 2022-10-17

19 Oct 20:15

Choose a tag to compare

Initial Release of the new SDK!