crm-integrations
{
"crm_integrations": {
"title": "CRM Integrations",
"description": "Connect with Salesforce, HubSpot, or Zoho to manage customer relationships and sales pipelines",
"help_articles": [
"crm-integration-setup"
],
"sections": {
"overview": {
"title": "About CRM Integrations",
"content": "Synchronize client information, communications, and sales data with your CRM system. Maintain a single source of truth for all customer interactions."
},
"providers": {
"title": "Supported CRM Systems",
"items": {
"salesforce": {
"title": "Salesforce",
"description": "World's leading CRM with powerful customization capabilities",
"setup_time": "10-15 minutes",
"authentication": "OAuth 2.0",
"editions": ["Professional", "Enterprise", "Unlimited"],
"features": ["Lead management", "Opportunity tracking", "Custom objects", "Reports", "Automation"],
"data_synced": ["Contacts", "Accounts", "Opportunities", "Activities", "Cases"]
},
"hubspot": {
"title": "HubSpot",
"description": "All-in-one marketing, sales, and service platform",
"setup_time": "5-10 minutes",
"authentication": "API Key",
"tiers": ["Free", "Starter", "Professional", "Enterprise"],
"features": ["Contact management", "Deal tracking", "Email marketing", "Analytics", "Automation"],
"data_synced": ["Contacts", "Companies", "Deals", "Engagements", "Tickets"]
},
"zoho": {
"title": "Zoho CRM",
"description": "Complete business management suite",
"setup_time": "10-15 minutes",
"authentication": "OAuth 2.0",
"editions": ["Standard", "Professional", "Enterprise"],
"features": ["Lead management", "Sales automation", "Analytics", "Inventory", "Integration"],
"data_synced": ["Contacts", "Accounts", "Deals", "Activities", "Products"]
}
}
},
"why_connect": {
"title": "Why Connect Your CRM?",
"benefits": [
{
"title": "Unified Customer View",
"description": "See all client information in one place"
},
{
"title": "Improved Service",
"description": "Access complete client history during interactions"
},
{
"title": "Sales Pipeline Visibility",
"description": "Track notarial services as sales opportunities"
},
{
"title": "Automated Workflows",
"description": "Trigger actions based on CRM events"
},
{
"title": "Better Marketing",
"description": "Target clients with relevant communications"
}
]
},
"data_sync": {
"title": "What Gets Synced",
"categories": {
"client_data": {
"title": "Client/Contact Data",
"items": [
"Name and contact information",
"Company details",
"Address and location",
"Custom fields",
"Tags and categories"
]
},
"communications": {
"title": "Communication History",
"items": [
"Email correspondence",
"Phone call logs",
"Meeting notes",
"SMS history",
"Document exchanges"
]
},
"business_data": {
"title": "Business Transactions",
"items": [
"Notarial orders/jobs",
"Invoices and payments",
"Document signings",
"Service agreements",
"Follow-up tasks"
]
}
}
},
"setup_configuration": {
"title": "Configuration Options",
"settings": {
"sync_direction": {
"title": "Sync Direction",
"options": {
"bidirectional": "Sync both ways (recommended)",
"import_only": "Pull data from CRM",
"export_only": "Push data to CRM"
}
},
"sync_frequency": {
"title": "Sync Frequency",
"options": {
"realtime": "Immediate updates",
"every_15_min": "Near real-time",
"hourly": "Every hour",
"daily": "Once daily"
}
},
"field_mapping": {
"title": "Field Mapping",
"description": "Map platform fields to CRM fields",
"examples": {
"client_name": "Contact Name",
"company": "Account Name",
"email": "Email",
"phone": "Phone",
"order_value": "Amount"
}
}
}
},
"webhooks": {
"title": "Webhook Configuration",
"description": "Set up webhooks for real-time updates",
"events": [
"Contact created/updated",
"Deal stage changes",
"New activities logged",
"Case status updates",
"Lead conversions"
],
"setup": {
"steps": [
"Create webhook in CRM provider",
"Enter webhook URL from platform",
"Select events to monitor",
"Test webhook delivery"
]
}
},
"best_practices": {
"title": "Best Practices",
"tips": [
{
"category": "Data Quality",
"items": [
"Clean up duplicates before syncing",
"Standardize data formats",
"Use consistent naming conventions",
"Validate email addresses"
]
},
{
"category": "Process",
"items": [
"Train team on unified processes",
"Establish update procedures",
"Monitor sync regularly",
"Document field mappings"
]
},
{
"category": "Security",
"items": [
"Use OAuth when possible",
"Limit API access to necessary scopes",
"Monitor API usage",
"Rotate credentials periodically"
]
}
]
},
"troubleshooting": {
"title": "Common Issues",
"solutions": [
{
"issue": "Authentication errors",
"solution": "Refresh tokens, check permissions, verify API access"
},
{
"issue": "Field mapping failures",
"solution": "Review field requirements, check data types, validate formats"
},
{
"issue": "Sync delays",
"solution": "Check API limits, adjust sync frequency, monitor queues"
},
{
"issue": "Data duplicates",
"solution": "Enable deduplication rules, check unique identifiers"
}
]
}
}
}
}