Skip to content

jason-brooks-klaviyo-developer-challenge-june-python-6dbd9e

View Readme
View Code

Welcome to the Klaviyo Developer Challenge for June 2023! This month's challenge will focus on our new Accounts API, available today under the 2023-06-15 revision date. The Accounts API endpoints at this point in time allow you to retrieve your account details programmatically. If you wanted to rebuild our Organization tab in our Account Settings page, you could use this API to do so!

Your challenge is as follows:

  • Many e-commerce stores must support multiple currencies for reporting purposes. Using the Accounts API to retrieve your preferred_currency, write a function capable of converting any currency amount into the account’s currency
  • Successful e-mail and SMS campaigns send the right message at the right time. Customers may be spread across multiple timezones. As an e-commerce business owner or partner / agency that supports business owners, it’s important to know relative to your timezone when campaigns will be sent. Write a function that given any timezone and an AM/PM string (ex. US/Eastern, 5:35PM) will show that time in your account’s timezone (ex. US/Pacific, 2:35PM)
Information
Last Updated
6/29/23 @ 5:42 AM
Developed by
Napkin Team
Language
Python
Tags