{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %}{% load bootstrap3 %} {% block inside %}

{% trans "CRM sync" %}

{% blocktrans trimmed %} On every paid order this pushes the buyer and a "purchased" event to your marketing tool, so you can segment "everyone who bought Event X". It only fires for buyers who ticked the marketing-consent box at checkout (fc_consent_marketing) — no consent, no sync. The raw email is sent to your own CRM, which is fine for this first-party, consented data. {% endblocktrans %}

{% blocktrans trimmed %} Get your keys from your CRM: Klaviyo → Account → Settings → API keys (use a private key) and the list id; Mailchimp → Account → Extras → API keys, plus your audience id and datacenter (the us21-style suffix on the key). {% endblocktrans %}

{% trans "View recent sync log" %}

{% csrf_token %} {% bootstrap_form form layout="horizontal" %}
{% endblock %}