Jonathan Batscha
Jonathan Batscha
I believe the issue is that you are using page_cursor with page_size. I don't believe you can use both at the same time (as page_cursor encodes a fixed page_size from...
In the list of operations, the operation name is a link to our API-level docs, which give details on how the payload should be structured. In this case, that link...
are you able to create an event in [postman](url), but not in PHP? (asking to try to narrow down where the problem lies) Also, can you share with me your...
hmmm, i have it working on my end, can you share your code? for example, here is the call i tested on my end: ```php
Great question! We do not currently support batch Identify operations, though it is on our roadmap. That said, there is a nice solution for you: the PHP pthread library, and...
Currently, the best way to do this is to make a request to the [getProfileId](https://github.com/klaviyo/klaviyo-php-sdk#get-profile-id) endpoint, with which you can retrieve a profile ID given an identifier (email/phone_number/external_id). You do...
Hey Fabian, Really appreciate you bringing this to our attention. We are taking a look at this now and exploring potential fixes. To make sure our solution properly solves your...
Did some more research into this, and it looks like you can solve it relatively simply, as follows: Create a separate, blank folder for the Klaviyo installation, in which you...
Appreciate you taking the time to reply in detail. As I understand, there are 3 possible solutions: 1. Option 1 is to update the version of shopware you are running...
Hey! Great question! (and thanks for reaching out) This repo corresponds to our [Legacy API](https://developers.klaviyo.com/en/v1-2/reference/api-overview) (which we call `v1-2` in various places). However, it looks like the call you are...