11.0.0
Ian-Montgomery-Klaviyo
released this
15 Jul 21:48
·
9 commits
to main
since this release
Added
- Forms API
- New
FormsApi
class with methods to get forms, form versions and relationships. - Webhooks API
- New
WebooksApi
class containing CRUD operations for webhooks. - FilterBuilder class
- New class to help build filters in the correct format for endpoints that use them.
- See the README for more information and usage examples.
Changed
ProfilesApi.subscribe()
- added
historical_import
flag for importing historically consented profiles can now be optionally supplied in the payload for the Subscribe Profiles endpoint. - When using this flag, a
consented_at
date must be provided and must be in the past.