Hi there,
I’m currently using the legacy API (https://a.klaviyo.com/api/identify) to use a webhook to update Klaviyo profiles.
However, with the legacy API being end-of-lifed in early 2024, I was wondering whether there was going to be a POST equivalent in the new API?
Currently, the only equivalent I can see in the new API (see below link) performs a PATCH request. But the Klaviyo documentation states only POST requests work with Klaviyo webhooks
https://developers.klaviyo.com/en/reference/update_profile
I’m a marketer, not a developer, so not entirely sure if they are the same thing. But rather than trying to hack my way through, I just wanted to see if a Klaviyo webhook is possible with even when it is a PATCH request:
https://a.klaviyo.com/api/profiles/{id}/
If not, will there be a POST equivalent in the future?