Skip to content

Commit f88b5e7

Browse files
authored
Update CHANGELOG.md
1 parent 00396ea commit f88b5e7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ All notable changes to this project will be documented in this file.
33

44
## [22.0.0] - revision 2026-04-15
55
### Added
6-
- Geofencing API
7-
- Get all geofences in an account with Get Geofences (paginated; max 100 results per page; default 20). This endpoint is designed for mobile SDK consumption and does not require authentication.
8-
- Filter results using the `X-Klaviyo-API-Filters` header (instead of query parameters) to avoid passing sensitive latitude/longitude in the URL. Supported filters: `lat` (equals) and `lng` (equals). When both are provided, results are sorted by distance (closest first). Example: `X-Klaviyo-API-Filters:and(equals(lat,40.7128),equals(long,-74.0060))`
96
- Conversations API
107
- Send an outbound message to a profile with Create Conversation Message. Supports SMS and WhatsApp — the channel is determined automatically from the conversation. Conversation message endpoints use the SMALL rate limit tier (3 requests/second burst, 60 requests/minute steady).
118
- Retrieve the conversation thread for a given profile with Get Conversation for Profile, or include it inline on profile retrievals using `?include=conversation`.

0 commit comments

Comments
 (0)