I created a zap between a Google Form and Klaviyo.
I set my Klaviyo to add subscriber to newsletter list.
I added both public and private API key. The Private API Key is set to customized access read: Read: Accounts, Campaigns, Catalogs, Conversations, Coupon Codes, Coupons, Data Privacy, Events, Flows, Images, List, Metrics, Profiles, Push Tokens, Segments, Subscriptions, Tags, Templates, and Webhooks
Yet, when I test the zap connection to Klaviyo, I get this error message: Failed to create a subscriber in Klaviyo Your API key is missing required scopes: profiles:write
I can’t seem to find the error.
Best answer by John Smith
I had the same error with a similar zap before and it turned out to be a permissions problem.
You'll need to ensure that your API key in Klaviyo has the correct permissions to both read and write data as necessary for your Zap to function. Specifically, the “profiles:write”permission is crucial for adding subscribers to a list, as this action modifies data within Klaviyo.
Go to your Klaviyo dashboard.
Navigate to the API Keys section under your account settings.
Check the permissions assigned to your private API key. If ”profiles:write” is not enabled, you will need to adjust the permissions.
Add the new API key to you zap and test again.
I hope this helps
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.
I had the same error with a similar zap before and it turned out to be a permissions problem.
You'll need to ensure that your API key in Klaviyo has the correct permissions to both read and write data as necessary for your Zap to function. Specifically, the “profiles:write”permission is crucial for adding subscribers to a list, as this action modifies data within Klaviyo.
Go to your Klaviyo dashboard.
Navigate to the API Keys section under your account settings.
Check the permissions assigned to your private API key. If ”profiles:write” is not enabled, you will need to adjust the permissions.
Add the new API key to you zap and test again.