Hi team,
I’m new to klaviyo, I want to update custom properties in klaviyo profile but it requires profile id, Is there any API or method in npm ‘klaviyo-api’ package by which we can update profile using external id or an email ?
Page 1 / 1
Hey. You can use create or update profile and send it just the email.
Yes You can use Create or Update profile in the latest stable version of Klaviyo API -
API: /api/profile-import/
Sample payload:
{
"data": {
"type": "profile",
"attributes": {
"email": "test@klaviyo.com"
}
}
}
Reply
Log in to the Community
Use your Klaviyo credentials
Log in with Klaviyo
Use your Klaviyo credentials
Log in with KlaviyoEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.