Skip to main content
Contributor I
December 16, 2021
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
  • 144 views

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. 

    This topic has been closed for replies.
    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
    Partner - Silver
    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. 

    Klaviyo Silver Master --> LowGravitySolutions.com
    Ceri_BAuthor
    Contributor I
    December 16, 2021

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