I am successfully adding new Profiles to Klaviyo via the API. I am getting the Profiles added to a List and also success in having the Email status as “Subscribed”. But I can’t get the same for SMS.
I am including this in my request body:
"subscriptions": {
"email": {
"marketing": {
"consent": "SUBSCRIBED"
}
},
"sms": {
"marketing": {
"consent": "SUBSCRIBED"
}
}
}
If double-opt in is the issue, I am getting no email/text for confirming the opt in either.
