Skip to main content

hi there, my platform is built on asp.net. I can’t seem to integrate Klaviyo and can’t find any resources on this, or on C#. Wondering if this is simply impossible? Any color will be extremely appreciated!

Hey @TKT, you can use Klaviyo’s APIs in any language. We have code examples in our API reference docs, e.g. for Get Accounts, for C# if you’re interested. 


In terms of getting started with a custom API integration, you might check out this guide to figure out how to get started. You’ll likely want to send over some core events and can manage profiles (create/update) them at key touch points using our server-side REST API.

 


Thank you for the pointer!!


Reply