Skip to main content
Solved

Has anyone worked out how to get consent from a user within an app and then have that property reflected in Klaviyo so we can send service / marketing information to a user?

  • December 16, 2021
  • 2 replies
  • 88 views

Forum|alt.badge.img+4

Hi I'm pretty new to Klaviyo - working for an app-based startup.

I think we will assume implied consent in the app (the act of downloading the app and creating account means they ae giving us permission to contact them with relevant information to help them run / use the service we are providing). How do I get that consent in the app to appear in the Klaviyo profile? Can it be done by API into the profile? Klaviyo forms does not seem relevant to our situation / service. 

Best answer by DavidSandel

The “Identify” API should work for you.

https://developers.klaviyo.com/en/reference/identify-post

Unless you want to associate the consent with an associated event, then you could use the “Track” endpoint instead with the same results. 

2 replies

DavidSandel
Partner - Silver
Forum|alt.badge.img+21
  • Partner - Silver
  • 157 replies
  • Answer
  • December 16, 2021

The “Identify” API should work for you.

https://developers.klaviyo.com/en/reference/identify-post

Unless you want to associate the consent with an associated event, then you could use the “Track” endpoint instead with the same results. 


Forum|alt.badge.img+4
  • Author
  • Contributor I
  • 1 reply
  • December 16, 2021

Many thanks for the pointer David - we'll look into it.