I’ve been doing some work on migrating from revision 2023-02-22 to the latest 2024-05-15 and i have it all re-factored into the new structure and it’s working as expected.
However, if for example I have the following in my data...
"profile": {
"data": {
"type": "profile",
"attributes": {
"email": "test@test.com"
}
}
},
...the response is 202 Accepted, but the event itself is not being added to Klaviyo, it’s just going missing…. this is a bit problem for us.
I’ve played around, and `test2@test.com` works…. but test@test.com doesn’t,
Also, example@example.com doesn’t show up….
All of these api calls are giving me 202 Accepted, but it seems to be hit and miss if it adds them in Klaviyo.
I’ve purged profiles, tried to clean it all out to see if some clashes are happening… it just seems really flakey…. am I missing something? is it me? or a bug….. ?