Closed rynocouse closed 1 year ago
We have a new api with a new subscription endpoint that should solve this error. It can be accessed with the new node sdk for that api
Read our Migrating from V1/V2 to the new Klaviyo APIs and Comparison between v1/v2 and new APIs.
After some testing it seems that
ListsSegments.subscribe(listId, opts)
will only send double opt-in emails to the first 10 profiles in the profiles array.I've confirmed behavior also happens with a simple curl request:
Either this is an issue with the API or a know behavior and lacks the appropriate errors and documentation.