{% extends "base.html" %} {% block title %}Zoho CRM{% endblock %} {% block content %}
Manage contact synchronization to Zoho CRM
ZOHO_CLIENT_ID, ZOHO_CLIENT_SECRET, and ZOHO_REFRESH_TOKEN environment variables to enable sync.
Push all unsynced ICP contacts to Zoho CRM. This creates new Contacts and Accounts, or updates existing ones.
Syncing...| Time | Contact | Action | Zoho ID | Details |
|---|
No sync activity yet.
{% endif %}Last sync: {{ stats.last_sync.strftime('%Y-%m-%d %H:%M') if stats.last_sync else 'Never' }}
{% endif %} {% endblock %}