I am using the latest dated revision of this API endpoint:
https://a.klaviyo.com/api/profile-subscription-bulk-create-jobs/
I am including in the payload:
"subscriptions": {
"email": {
"marketing": {
"consent": "SUBSCRIBED"
}
},
"sms": {
"marketing": {
"consent": "SUBSCRIBED"
}
}
}
Previously I was using the February 2024 revision of the API and all my testing was successfully getting profiles created/updated with Email Status - “Subscribed”
The only change I am aware I made was updated to revision May 2024. Now profiles created/updated are showing Email Status = “Never subscribed”
This is a SINGLE OPT-IN list. What could be going wrong?