===========
Klaviyo API
===========
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:d5d3b938f375a367527eb72f689586cbf372bc05488968ddb735818ccc69a863
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
:target: https://odoo-community.org/page/development-status
:alt: Alpha
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github
:target: https://github.com/OCA/crm/tree/12.0/crm_klaviyo
:alt: OCA/crm
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/crm-12-0/crm-12-0-crm_klaviyo
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/crm&target_branch=12.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module stores API keys for `Klaviyo <https://www.klaviyo.com>`_ and exposes
the `Klaviyo SDK <https://github.com/klaviyo/klaviyo-api-python>`_ 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 <https://odoo-community.org/page/development-status>`_
**Table of contents**
.. contents::
:local:
Configuration
=============
#. Go to Settings/Klaviyo
#. 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 <https://github.com/OCA/crm/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 <https://github.com/OCA/crm/issues/new?body=module:%20crm_klaviyo%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
~~~~~~~
* Hunki Enterprises BV
Contributors
~~~~~~~~~~~~
* Holger Brunn <mail@hunki-enterprises.com> (https://hunki-enterprises.com)
Maintainers
~~~~~~~~~~~
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
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 <https://github.com/OCA/crm/tree/12.0/crm_klaviyo>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Raw data
{
"_id": null,
"home_page": "https://github.com/OCA/crm",
"name": "odoo12-addon-crm-klaviyo",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": "",
"keywords": "",
"author": "Hunki Enterprises BV, Odoo Community Association (OCA)",
"author_email": "support@odoo-community.org",
"download_url": "",
"platform": null,
"description": "===========\nKlaviyo API\n===========\n\n.. \n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! This file is generated by oca-gen-addon-readme !!\n !! changes will be overwritten. !!\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! source digest: sha256:d5d3b938f375a367527eb72f689586cbf372bc05488968ddb735818ccc69a863\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png\n :target: https://odoo-community.org/page/development-status\n :alt: Alpha\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github\n :target: https://github.com/OCA/crm/tree/12.0/crm_klaviyo\n :alt: OCA/crm\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n :target: https://translation.odoo-community.org/projects/crm-12-0/crm-12-0-crm_klaviyo\n :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n :target: https://runboat.odoo-community.org/builds?repo=OCA/crm&target_branch=12.0\n :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module stores API keys for `Klaviyo <https://www.klaviyo.com>`_ and exposes\nthe `Klaviyo SDK <https://github.com/klaviyo/klaviyo-api-python>`_ for other\nmodules or automated actions to use.\n\n.. IMPORTANT::\n This is an alpha version, the data model and design can change at any time without warning.\n Only for development or testing purpose, do not use in production.\n `More details on development status <https://odoo-community.org/page/development-status>`_\n\n**Table of contents**\n\n.. contents::\n :local:\n\nConfiguration\n=============\n\n#. Go to Settings/Klaviyo\n#. Manage your api keys\n\nUsage\n=====\n\nTo use this module, you can ie create an automated action on partner creation,\nfiltered by the customer flag, and add code similar to the following::\n\n client = env['klaviyo.account'].get_api()\n client.Profiles.create_profile({\n 'type': 'profile',\n 'attributes': {\n # this assumes you have partner_firstname installed\n 'first_name': record.firstname,\n 'last_name': record.lastname,\n 'email': record.email,\n }\n });\n\nto push new partners to Klaviyo.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/crm/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/crm/issues/new?body=module:%20crm_klaviyo%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* Hunki Enterprises BV\n\nContributors\n~~~~~~~~~~~~\n\n* Holger Brunn <mail@hunki-enterprises.com> (https://hunki-enterprises.com)\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nThis module is part of the `OCA/crm <https://github.com/OCA/crm/tree/12.0/crm_klaviyo>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
"bugtrack_url": null,
"license": "AGPL-3",
"summary": "Manage Klaviyo API keys",
"version": "12.0.1.0.0.99.dev6",
"project_urls": {
"Homepage": "https://github.com/OCA/crm"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2d9ac1ccb14718dc920875c50cb5f879bdc2d2a4b5dc00a5ffc85438837e6421",
"md5": "bb42479c708eb38dcf3698ae931bf211",
"sha256": "4651a814c9e2764c4a68a5fa093756dd7c389740c1f4cba21135ece9952f4cf8"
},
"downloads": -1,
"filename": "odoo12_addon_crm_klaviyo-12.0.1.0.0.99.dev6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bb42479c708eb38dcf3698ae931bf211",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 47255,
"upload_time": "2023-10-11T03:38:14",
"upload_time_iso_8601": "2023-10-11T03:38:14.713730Z",
"url": "https://files.pythonhosted.org/packages/2d/9a/c1ccb14718dc920875c50cb5f879bdc2d2a4b5dc00a5ffc85438837e6421/odoo12_addon_crm_klaviyo-12.0.1.0.0.99.dev6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-11 03:38:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OCA",
"github_project": "crm",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "odoo12-addon-crm-klaviyo"
}