You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Klaviyo docs say that UpdateProfile will return the "subscriptions" block, but it actually doesn't. The only way I was able to get it was by adding additional-fields[profile]=subscriptions to the PATCH request in Postman. There doesn't seem to be an equivalent in the SDK as the function takes no "options" parameter to support it.
I'm guessing this is the case on other functions as well like CreateProfile, etc., but I haven't tested those.
The text was updated successfully, but these errors were encountered:
Thanks for raising this, we'll investigate a fix for a future release. As a workaround for now, could you try making a GET request after your PATCH with additionalFieldsProfile: ['subscriptions']?
The Klaviyo docs say that UpdateProfile will return the "subscriptions" block, but it actually doesn't. The only way I was able to get it was by adding
additional-fields[profile]=subscriptions
to the PATCH request in Postman. There doesn't seem to be an equivalent in the SDK as the function takes no "options" parameter to support it.I'm guessing this is the case on other functions as well like CreateProfile, etc., but I haven't tested those.
The text was updated successfully, but these errors were encountered: