{
"email_integrations": {
"title": "Email Integrations",
"description": "Connect your email providers to send communications through your existing accounts",
"help_articles": [
"getting-started-with-integrations"
],
"sections": {
"overview": {
"title": "About Email Integrations",
"content": "Send emails through your preferred email provider while maintaining your brand identity and tracking delivery status."
},
"providers": {
"title": "Supported Email Providers",
"items": {
"gmail": {
"title": "Gmail",
"description": "Use your personal or business Gmail account",
"authentication": "OAuth 2.0",
"setup_time": "2 minutes",
"features": ["Send from your Gmail address", "Track opens and clicks", "Use Gmail signatures", "Access sent items folder"]
},
"outlook": {
"title": "Outlook",
"description": "Connect with Microsoft 365 or Exchange",
"authentication": "OAuth 2.0",
"setup_time": "3 minutes",
"features": ["Send from Outlook account", "Calendar integration", "Read receipts", "Professional signatures"]
},
"smtp": {
"title": "Custom SMTP",
"description": "Configure any SMTP server",
"authentication": "API Key/Password",
"setup_time": "5 minutes",
"features": ["Use any email provider", "Custom server settings", "Advanced configurations", "Full control over delivery"]
}
}
},
"configuration": {
"title": "Configuration Options",
"settings": {
"from_address": {
"title": "From Address",
"description": "Default email address for sending communications"
},
"reply_to": {
"title": "Reply-To Address",
"description": "Where replies should be directed"
},
"signature": {
"title": "Email Signature",
"description": "Professional signature automatically added to emails"
},
"tracking": {
"title": "Email Tracking",
"description": "Track when emails are opened and links are clicked"
}
}
},
"quick_actions": {
"title": "Quick Actions",
"actions": [
{
"action": "Test Connection",
"description": "Send a test email to verify configuration"
},
{
"action": "View Templates",
"description": "Manage email templates for different communications"
},
{
"action": "Check Logs",
"description": "Review delivery logs and troubleshoot issues"
}
]
},
"best_practices": {
"title": "Best Practices",
"tips": [
"Use a professional email address for business communications",
"Set up SPF/DKIM records to improve deliverability",
"Monitor bounce rates and spam complaints",
"Use templates to ensure consistent branding"
]
}
}
}
}