Skip to main content
Solved

ASP.net and C#

  • July 1, 2024
  • 2 replies
  • 269 views

Forum|alt.badge.img+1
  • Contributor I
  • 1 reply

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!

Best answer by Kim Strauch

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.

 

2 replies

Kim Strauch
Klaviyo Employee
Forum|alt.badge.img+9
  • Klaviyo Employee
  • 91 replies
  • Answer
  • July 1, 2024

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.

 


Forum|alt.badge.img+1
  • Author
  • Contributor I
  • 1 reply
  • July 3, 2024

Thank you for the pointer!!