Skip to main content

Meet Uno AI

Uno AI is an intelligent agent built into your Unosend dashboard. It has full access to your account data and can perform real actions on your behalf — like sending test emails, verifying domains, creating unique email templates, analyzing error screenshots, and more.

Ask Anything

Get instant answers about your delivery rates, domains, and account

Take Actions

Send emails, create API keys, verify domains — all through chat

Paste Code & Images

Paste error screenshots or code snippets and get instant analysis

Getting Started

Open Uno AI by clicking Agent in the sidebar of your dashboard. You’ll see a clean, full-page chat interface with suggestion cards to get started. You can also start typing to see autocomplete suggestions that match common actions.

What Uno AI Can Do

Analyze Your Email Performance

Ask Uno about your delivery rates, bounce rates, and email activity. It reads your real-time dashboard data and gives you specific insights.
  • “What’s my delivery rate?”
  • “Show me my recent email activity”
  • “How many emails did I send this week?”
  • “What’s my bounce rate and how can I improve it?”
  • “Are any of my domains not verified?”

Paste Code for Analysis

Paste your integration code directly into the chat. Uno will analyze it against Unosend’s API docs and identify bugs, incorrect endpoints, missing headers, or wrong request formats.
You: [pastes Node.js code calling /api/email instead of /api/v1/emails]
Uno: I found an issue — the endpoint should be /api/v1/emails, not /api/email.
     Also, the Authorization header should use "Bearer un_..." format.
     Here's the corrected code: ...

Paste Images for Analysis

Paste screenshots of error messages, DNS configurations, console logs, or dashboard data. Uno will analyze the image and provide solutions.
You: [pastes screenshot of DNS configuration]
Uno: I can see your DNS records. The DKIM record is missing the "unosend._domainkey" prefix.
     Here's the correct record to add: ...

Send Test Emails

Uno can send test emails from your verified domains. Just tell it who to send to and it handles the rest.
You: Send a test email to john@example.com
Uno: I'll send a test email from hello@yourdomain.com...
     ✓ Email sent to john@example.com

Create Unique Email Templates

Describe the template you want and Uno will design and create a unique, professional, responsive HTML email template — not generic boilerplate.
You: Create a welcome email template with a dark theme and gradient hero
Uno: I'll design a custom welcome email for you...
     [generates full responsive HTML with dark theme, gradient, inline CSS]
     ✓ Template "Welcome Email" saved

Verify Domains

Check the DNS verification status of your domains or trigger a new verification check.

Create API Keys

Generate new API keys directly from the chat.

Manage Audiences & Contacts

Create audiences, add contacts, search, and organize your recipients.

Manage Suppressions

Add or remove emails from your suppression list.

Check Deliverability Health

Get a health check of your email deliverability including blocklist status.

Check Wallet & Billing

View your current wallet balance, subscription details, and predict sending costs.

Full Action List

Email & Sending

ActionWhat It Does
Send test emailSend an email from a verified domain
Search emailsFind emails by recipient, status, or subject
Get email detailsView full status and event timeline for an email
Resend emailResend a previously sent email
Validate emailCheck if an email address is real and deliverable

Domains & DNS

ActionWhat It Does
Add domainAdd a new sending domain
Verify domainCheck DNS verification status
Get domain detailsView DNS records and config
Get DNS recordsGet copy-paste ready DNS records for setup
Delete domainRemove a domain from your account

Templates

ActionWhat It Does
Create templateCreate an HTML email template
Update templateEdit a template’s name, subject, or HTML
Delete templateRemove a template
Duplicate templateClone an existing template
Generate email HTMLAI-generate professional email content

Broadcasts

ActionWhat It Does
Create broadcastCreate a marketing email campaign
Send broadcastTrigger sending a broadcast to its audience
View broadcast detailsGet stats on a specific broadcast
Delete broadcastRemove a broadcast
Compare broadcastsCompare performance of multiple campaigns

Contacts & Audiences

ActionWhat It Does
Add contactAdd a contact to an audience
Bulk add contactsAdd multiple contacts at once
Search contactsFind contacts by email or name
Update contactEdit a contact’s details
Delete contactRemove a contact
Create audienceCreate a new contact list
Update audienceRename an audience
Delete audienceRemove an audience

Segments

ActionWhat It Does
Create segmentCreate a filtered contact segment
List segmentsView all segments

Suppressions

ActionWhat It Does
Add suppressionBlock an email from receiving
Remove suppressionUnblock a suppressed email
View suppression statsBreakdown by bounce/complaint/manual

Webhooks

ActionWhat It Does
Create webhookSet up an endpoint for email event notifications
List webhooksView all configured webhooks
Delete webhookRemove a webhook endpoint

API Keys

ActionWhat It Does
Create API keyGenerate a new API key
Delete API keyRevoke an existing API key

Analytics & Billing

ActionWhat It Does
Get analyticsEmail metrics, usage stats, and performance data
Get top linksMost clicked links across your emails
Get usage statsCurrent sending usage and limits
Get subscriptionPlan details and renewal date
Check walletView balance and transactions
Predict costEstimate cost of sending N emails
Check deliverabilityHealth score and blocklist check
View API logsRecent API request logs for debugging
View email eventsDelivery event logs (opens, clicks, bounces)

Team & Organization

ActionWhat It Does
Get organizationView org details and settings
Update organizationChange org name and settings
List team membersView all members
Invite memberSend an invitation to a new team member
Remove memberRemove a team member

Inbound Email

ActionWhat It Does
List inbound emailsView received inbound emails
Get inbound emailView details of a specific inbound email

Other

ActionWhat It Does
Refresh dataPull latest dashboard numbers

Product Knowledge

Beyond actions, Uno AI knows the entire Unosend platform:
  • Pricing & plans — Which tier fits your needs, what’s included
  • DNS setup — Exact records needed for domain verification
  • Deliverability — Best practices for inbox placement
  • API usage — Code examples in cURL, Node.js, Python, PHP
  • Webhooks — Event types and how to configure them
  • Rate limits — Limits per plan and how to handle 429 errors
  • Error codes — What each error means and how to fix it
  • SMTP — Connection settings and authentication
  • Migration — Moving from Resend, SendGrid, or Mailgun

Tips

Be Specific

“Send a test email to john@example.com from hello@myapp.com” works better than “send email”

Paste Images

Paste screenshots of errors, DNS configs, or console logs for instant analysis

Paste Code

Paste your integration code and Uno will find bugs and fix them against our API docs

Use Suggestions

Start typing to see autocomplete suggestions for common actions
Uno AI can make mistakes. Always verify important actions like sending to production audiences.