Uno AI is your built-in agent that can answer questions, take actions, analyze code and images, and help you manage your email infrastructure — all from a dedicated page in your dashboard.
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
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.
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 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: ...
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 heroUno: I'll design a custom welcome email for you... [generates full responsive HTML with dark theme, gradient, inline CSS] ✓ Template "Welcome Email" saved