{"id":28484958,"url":"https://github.com/spree/spree_klaviyo","last_synced_at":"2026-02-13T18:14:36.455Z","repository":{"id":295802022,"uuid":"979261542","full_name":"spree/spree_klaviyo","owner":"spree","description":"Official Klaviyo marketing platform integration for Spree Commerce","archived":false,"fork":false,"pushed_at":"2026-02-08T21:11:45.000Z","size":198,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-09T02:48:36.806Z","etag":null,"topics":["email","email-marketing","klaviyo","spree","spree-ecommerce"],"latest_commit_sha":null,"homepage":"https://spreecommerce.org","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-07T08:39:35.000Z","updated_at":"2026-02-08T21:11:50.000Z","dependencies_parsed_at":"2025-05-27T12:45:20.443Z","dependency_job_id":"94273d5f-82a5-4f78-b4cd-de6ab8e60b3d","html_url":"https://github.com/spree/spree_klaviyo","commit_stats":null,"previous_names":["spree/spree_klaviyo"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/spree/spree_klaviyo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree%2Fspree_klaviyo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree%2Fspree_klaviyo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree%2Fspree_klaviyo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree%2Fspree_klaviyo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spree","download_url":"https://codeload.github.com/spree/spree_klaviyo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree%2Fspree_klaviyo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29412691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["email","email-marketing","klaviyo","spree","spree-ecommerce"],"created_at":"2025-06-07T23:40:01.905Z","updated_at":"2026-02-13T18:14:36.411Z","avatar_url":"https://github.com/spree.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Klaviyo integration for Spree Commerce\n\nThis is an official Klaviyo email marketing extension for [Spree Commerce](https://spreecommerce.org) - the [open-source eCommerce platform](https://spreecommerce.org) for [Rails](https://spreecommerce.org/category/ruby-on-rails/). \n\n# Event Tracking\n\nOnce the [Spree and Klaviyo integration is set up](https://spreecommerce.org/docs/integrations/marketing/klaviyo), Spree automatically tracks the following customer events happening on your store website and sends them to Klaviyo, so you could set up your desired email campaigns triggered by these events:\n- Product view\n- Product list view\n- Product search\n- Product added to cart\n- Product removed from cart\n- Checkout step view\n- Checkout step complete\n- Coupon entered/removed\n- Coupon applied/denied\n- Checkout email entered\n- Newsletter subscription\n- Unsubscribe from newsletter\n\n\u003e [!NOTE]\n\u003e When a user subscribes to the newsletter on the storefront, they’re automatically added to the list you configured in the integration settings.\n\nThese events populate the Audience → Profiles section in Klaviyo, where you can view each user’s tracked activity and properties. Lists used for newsletter subscriptions can be found in Audience → Lists \u0026 Segments.\n\n## Installation\n\n1. Add this extension to your Gemfile with this line:\n\n    ```ruby\n    bundle add spree_klaviyo\n    ```\n\n2. Run the install generator\n\n    ```ruby\n    bundle exec rails g spree_klaviyo:install\n    ```\n\n3. Restart your server\n\n  If your server was running, restart it so that it can find the assets properly.\n\n## Setup guide\n\n[Please follow our setup guide](https://spreecommerce.org/docs/integrations/marketing/klaviyo) how to setup Klaviyo with Spree Commerce.\n\n## Developing\n\n1. Create a dummy app\n\n    ```bash\n    bundle update\n    bundle exec rake test_app\n    ```\n\n2. Add your new code\n3. Run tests\n\n    ```bash\n    bundle exec rspec\n    ```\n\nWhen testing your applications integration with this extension you may use it's factories.\nSimply add this require statement to your spec_helper:\n\n```ruby\nrequire 'spree_klaviyo/factories'\n```\n\n## Releasing a new version\n\n```shell\nbundle exec gem bump -p -t\nbundle exec gem release\n```\n\nFor more options please see [gem-release README](https://github.com/svenfuchs/gem-release)\n\n## Contributing\n\nIf you'd like to contribute, please take a look at the\n[instructions](CONTRIBUTING.md) for installing dependencies and crafting a good\npull request.\n\nCopyright (c) 2025 [Vendo Connect Inc.](https://getvendo.com), released under the AGPL 3.0 license.\n\n\n## Join the Community \n\n[Join our Slack](https://slack.spreecommerce.org) to meet other 6k+ community members and get some support.\n\n## Need more support?\n\n[Contact us](https://spreecommerce.org/contact/) for enterprise support and custom development services. We offer:\n  * migrations and upgrades,\n  * delivering your Spree application,\n  * optimizing your Spree stack.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspree%2Fspree_klaviyo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspree%2Fspree_klaviyo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspree%2Fspree_klaviyo/lists"}