Klaviyo API

Manage Klaviyo API keys

Technical Name:
crm_klaviyo
Version:
12.0
License:
Author:
Hunki Enterprises BV
https://odoo-community.org/web/image/product.template/12194/image_1920?unique=7f92b69
  • Odoo Version

Terms and Conditions 

Klaviyo API

Alpha License: AGPL-3 OCA/crm Translate me on Weblate Try me on Runbot

This module stores API keys for Klaviyo and exposes the Klaviyo SDK for other modules or automated actions to use.

Important

This is an alpha version, the data model and design can change at any time without warning. Only for development or testing purpose, do not use in production. More details on development status

Table of contents

Configuration

  1. Go to Settings/Klaviyo
  2. Manage your api keys

Usage

To use this module, you can ie create an automated action on partner creation, filtered by the customer flag, and add code similar to the following:

client = env['klaviyo.account'].get_api()
client.Profiles.create_profile({
    'type': 'profile',
    'attributes': {
        # this assumes you have partner_firstname installed
        'first_name': record.firstname,
        'last_name': record.lastname,
        'email': record.email,
    }
});

to push new partners to Klaviyo.

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Hunki Enterprises BV

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

This module is part of the OCA/crm project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

This is a preview of the recently viewed products by the user.
Once the user has seen at least one product this snippet will be visible.

Recently viewed Products