Solved

Integrate klaviyo with my mobile app

  • 14 June 2022
  • 1 reply
  • 1054 views

Badge +2

Hi all,

 

We have a mobile (game) app called ‘Guess in 10’. As the first step in the app, users have to sign up. Currently this email ID goes to Firebase, I want it to also be stored in a list on Klaviyo, is there a way?

I have klaviyo also on my e-commerce website and love it, hence want to integrate it with our app as well.

icon

Best answer by retention 14 June 2022, 22:14

View original

1 reply

Userlevel 7
Badge +57

Hey @Rishabh20! Glad to see you here in the Klaviyo community.

Klaviyo does have a fairly robust API that you can use to integrate your app with Klaviyo.  There’s a whole developer portal with documentation and guides to get you acquainted with Klaviyo’s data model, architecture and sample code for authentication and a list of various API endpoints you can use. 

You can see there here:

Also, depending on where you want to connect to Klaviyo (from the server side, or at the client edge, or both) and your back end programming stack, there’s a few officially supported SDKs here that can get you started quickly (wraps the REST endpoints) for you.

On the client side, in Klaviyo’s Github repository, you can find both an IOS Swift SDK as well as an early pre-alpha version of the Android SDK here though they haven’t been updated in a while, but might help you get started:

Finally, join us over at the Klaviyo Developer Group here in the community if you run into any issues or need further help.

 

Reply