{% extends "base.html" %} {% set active = "integrations" %} {% block title %}Integrations — Communication DNA{% endblock %} {% block content %}

🔗 Integrations

{{ stats.linked_crm }}
Speakers → CRM
{{ stats.linked_kb }}
Speakers → KB
{{ stats.total_links }}
Total Links
{{ stats.total_speakers }}
Total Speakers

🏢 CRM Integration

{% if stats.crm_available %} ● Connected — Auto-link speakers to CRM contacts by name matching. {% else %} ● Not found — CRM database not available. {% endif %}

{% if stats.crm_available %}
{% endif %}

📚 Knowledge Base Integration

{% if stats.kb_available %} ● Connected — Link topics to KB entities. {% else %} ● Not found — Knowledge Base not available. {% endif %}

{% if stats.kb_available %}
{% endif %}

🔍 Cross-Search (DNA + KB)

{% endblock %}