Everything you need to get started with EmailOps and master email automation.
Welcome to EmailOps! This guide will help you set up your account and start automating your email workflow in minutes.
Step 1: Visit the Chrome Web Store and search for "EmailOps" or use this direct link.
https://chrome.google.com/webstore/emailops
Step 2: Click "Add to Chrome" and confirm the installation.
Step 3: Open Gmail and you'll see the EmailOps sidebar appear automatically.
Step 4: Click "Connect Account" and authorize EmailOps using OAuth 2.0.
Step 1: Open Outlook and go to "Get Add-ins" from the toolbar.
Step 2: Search for "EmailOps" in the Office Store.
Step 3: Click "Add" and follow the installation prompts.
Step 4: Restart Outlook if prompted, then authorize your account.
After installation, configure your preferences:
For team accounts, set up your workspace:
{
"workspace": {
"name": "Your Company",
"members": ["team@company.com"],
"sla_defaults": {
"urgent": "2h",
"actionable": "24h",
"informational": "3d"
}
}
}
EmailOps automatically generates summaries for all incoming emails:
Emails are automatically categorized:
Categories:
đ¨ Urgent - Requires immediate attention
â
Actionable - Needs your response
âšī¸ Info - Read when convenient
đī¸ Low - Can be safely archived
Generate professional responses with one click:
Connect EmailOps with your favorite tools:
1. Go to Settings â Integrations
2. Click "Connect Jira"
3. Enter your Jira domain: company.atlassian.net
4. Authorize the connection
5. Map email categories to Jira issue types
1. Go to Settings â Integrations
2. Click "Connect Asana"
3. Select your workspace
4. Choose default project for email tasks
5. Configure custom field mappings
All API requests require authentication using an API key:
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.emailops.tech/v1/emails
Retrieve emails with optional filters:
GET /v1/emails?category=urgent&limit=50
Response:
{
"emails": [
{
"id": "email_123",
"subject": "Project Update",
"from": "client@example.com",
"category": "urgent",
"summary": "Client requesting immediate call...",
"sentiment": "neutral"
}
]
}
Generate a summary for custom text:
POST /v1/emails/summarize
Body:
{
"text": "Your email content here...",
"length": "brief"
}
Response:
{
"summary": "Brief summary of the email...",
"action_items": ["Reply by Friday", "Review attachment"]
}
Generate a reply draft:
POST /v1/emails/draft
Body:
{
"email_id": "email_123",
"tone": "professional",
"context": "Agreeing to the proposal"
}
Response:
{
"draft": "Thank you for your proposal..."
}
Yes! We use end-to-end AES-256 encryption and never store your email content permanently. All processing happens in real-time, and only metadata is retained for analytics.
Absolutely! Enterprise customers can train custom AI models on their specific data. All users can adjust tone, length, and classification thresholds.
For Individual plans, you'll receive a notification to upgrade. Processing will pause until the next billing cycle or you upgrade. Team and Enterprise plans have unlimited emails.
Basic features work offline using cached data, but AI features (summaries, drafts, classification) require an internet connection.
Go to Settings â Billing â Cancel Subscription. You'll retain access until the end of your billing period. We offer a 30-day money-back guarantee.
Can't find what you're looking for? Our support team is here to help.