Releases: klaviyo/klaviyo-api-node
Releases · klaviyo/klaviyo-api-node
v2.1.1 - pageSize and Mutli-store fixes
Fixed missing pageSize query param and multi-store functionality
Campaigns release + flows fix
- Added campaigns endpoints to sdk
- Fixed pagination on flows endpoints to be cursor based.
2.0.0 - New endpoints!
- 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
bodywithin the API response returned by SDK methods. You can get theidof the returned resource by callingresponse.body.data.idinstead ofresponse.data.idfrom previous releases. You can get response headers and status withresponse.headersandresponse.statusrespectively.
- Fixed exponential backoff to work again
v1.0.2 - fix and QoL improvement
- Fix Babel/cli being not being in devDependencies
- pageCursor now can take the entire links.next url
v1.0.1 - hotfix
Fix sparse fields for segment profiles endpoint
v1.0.0 - Revision: 2022-10-17
Initial Release of the new SDK!