Skip to main content

Manage Klaviyo API keys

Project description

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

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

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 to smash 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

Contributors

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

File details

Details for the file odoo12_addon_crm_klaviyo-12.0.1.0.0.99.dev6-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo12_addon_crm_klaviyo-12.0.1.0.0.99.dev6-py3-none-any.whl
Algorithm Hash digest
SHA256 4651a814c9e2764c4a68a5fa093756dd7c389740c1f4cba21135ece9952f4cf8
MD5 bb42479c708eb38dcf3698ae931bf211
BLAKE2b-256 2d9ac1ccb14718dc920875c50cb5f879bdc2d2a4b5dc00a5ffc85438837e6421

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page