You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
NOTE: For more granular API-specific changes, please see our [API Changelog](https://developers.klaviyo.com/en/docs/changelog_)
9
9
10
10
## [5.1.0] - revision 2023-08-15
11
+
11
12
### 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).
16
18
17
19
## [5.0.0] - revision 2023-07-15
18
20
@@ -138,4 +140,4 @@ NOTE: For more granular API-specific changes, please see our [API Changelog](htt
138
140
- client name: `Client` → `KlaviyoAPI`
139
141
- Client variable name in readme examples: `client` → `klaviyo`
140
142
- 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