Skip to content

Commit e248b11

Browse files
authored
Update CHANGELOG.md
1 parent bc2be2a commit e248b11

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
NOTE: For more granular API-specific changes, please see our [API Changelog](https://developers.klaviyo.com/en/docs/changelog_)
99

1010
## [5.1.0] - revision 2023-08-15
11+
1112
### Added
12-
- Flow Message Templates
13-
- You can now retrieve the templates associated with flow messages using `Flows.get_flow_message_template()` or `Flows.get_flow_message_relationships_template()` . You’re also able to include the template HTML for a flow message using `Flows.get_flow_message(id, include=['template'])`.
14-
- Create or Update Push Tokens
15-
- We have added an endpoint to create or update push tokens, `Profiles.create_push_token()`. This endpoint can be used to migrate profiles and their push tokens from another platform to Klaviyo. If you’re looking to register push tokens from users’ devices, please use our mobile SDKs.
13+
14+
- Flow Message Template endpoints:
15+
- You can now retrieve the templates associated with flow messages using `Flows.get_flow_message_template()` or `Flows.get_flow_message_relationships_template()`. You can also include the template HTML for a flow message using `Flows.get_flow_message(id, include=['template'])`.
16+
- Create or Update Push Token endpoint:
17+
- We have added an endpoint to create or update push tokens, `Profiles.create_push_token()`. This endpoint can be used to migrate profiles and their push tokens from another platform to Klaviyo. If you’re looking to register push tokens from users’ devices, please use our [mobile SDKs](https://developers.klaviyo.com/en/docs/sdk_overview#mobile-sdks).
1618

1719
## [5.0.0] - revision 2023-07-15
1820

@@ -138,4 +140,4 @@ NOTE: For more granular API-specific changes, please see our [API Changelog](htt
138140
- client name: `Client``KlaviyoAPI`
139141
- Client variable name in readme examples: `client``klaviyo`
140142
- Some functions have changed name
141-
- New resources and endpoints: see [API Changelog](https://developers.klaviyo.com/en/docs/changelog_) for full details
143+
- New resources and endpoints: see [API Changelog](https://developers.klaviyo.com/en/docs/changelog_) for full details

0 commit comments

Comments
 (0)