> ## Documentation Index
> Fetch the complete documentation index at: https://docs.autosend.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What is AutoSend?

> AutoSend is an email platform for developers and marketers to send transactional and marketing emails, and integrate with AI agents.

export const SUPPORT_EMAIL = "support@autosend.com";

export const AUTOSEND_PATHS = {
  dashboard: 'https://autosend.com/dashboard',
  apiKey: 'https://autosend.com/account/api-key',
  faqs: 'https://autosend.com/faq',
  marketingEmails: 'https://autosend.com/marketing-emails',
  webhooks: 'https://autosend.com/webhooks',
  composeByAutoSend: 'https://autosend.com/compose',
  emailActivity: 'https://autosend.com/email-activities',
  team: 'https://autosend.com/settings/team',
  pricing: 'https://autosend.com/pricing',
  verifyEmail: 'https://autosend.com/compose/email-builder?template=verify-email',
  welcomeEmail: 'https://autosend.com/compose/email-builder?template=welcome-email',
  productUpdate: 'https://autosend.com/compose/email-builder?template=product-update',
  newsletter: 'https://autosend.com/compose/email-builder?template=newsletter',
  automations: 'https://autosend.com/automations',
  globalSuppressions: 'https://autosend.com/suppressions/global',
  signup: 'https://autosend.com/signup',
  domains: 'https://autosend.com/settings/domains',
  logoKit: 'https://asend.email/logo',
  contactsPage: 'https://autosend.com/contacts/list-and-segments'
};

export const APP_PATHS = {
  home: '/',
  quickstart: '/quickstart',
  domainConfiguration: '/domain',
  apiReference: '/api-reference',
  sendEmail: '/api-reference/mails/send',
  bulkSendEmail: '/api-reference/mails/bulk',
  upsertContactApiRef: '/api-reference/contacts/upsert-contact',
  transactional: '/transactional-emails',
  emailActivity: '/transactional-emails/email-activity',
  emailTemplates: '/transactional-emails/email-templates',
  sendingEmail: '/quickstart/email-using-api',
  transactionalTroubleshooting: '/transactional-emails/troubleshooting',
  marketing: '/marketing-emails',
  campaigns: '/marketing-emails/campaigns',
  contacts: '/marketing-emails/contacts',
  contactsIntroduction: '/marketing-emails/contacts/introduction',
  contactsImportCsv: '/marketing-emails/contacts/import-csv',
  contactsLists: '/marketing-emails/contacts/lists',
  contactsSegments: '/marketing-emails/contacts/segments',
  contactsCustomFields: '/marketing-emails/contacts/custom-fields',
  sender: '/marketing-emails/sender',
  unsubscribeGroups: '/others/unsubscribe-groups',
  webhookIntroduction: '/others/webhooks/introduction',
  webhookEventType: '/others/webhooks/event-type',
  webhookRetries: '/others/webhooks/retries',
  webhookVerifyRequests: '/others/webhooks/verify-requests',
  dynamicTemplates: '/dynamic-templates',
  guides: '/guides',
  sitemap: '/sitemap.xml',
  team: '/others/team',
  automations: '/automations',
  smtpIntroduction: '/quickstart/smtp',
  betterAuth: '/guides/better-auth',
  templateVariables: '/transactional-emails/variables',
  suppressions: '/others/suppressions',
  rateLimit: '/api-reference/rate-limit',
  nodejsSdk: '/sdk/nodejs',
  smtpIntegrationGuides: '/guides/smtp',
  apiKeys: '/api-keys',
  apiReferenceIntroduction: '/api-reference/introduction',
  lovableGuide: '/ai/integrations/lovable',
  aiIntroduction: '/ai/introduction',
  aiSkills: '/ai/skills',
  aiMcpServer: '/ai/mcp-server',
  aiLovable: '/ai/integrations/lovable',
  aiBolt: '/ai/integrations/bolt',
  aiV0: '/ai/integrations/v0',
  aiReplit: '/ai/integrations/replit',
  mcpClaude: '/ai/mcp-clients/claude',
  mcpCursor: '/ai/mcp-clients/cursor',
  mcpCopilot: '/ai/mcp-clients/copilot',
  mcpWindsurf: '/ai/mcp-clients/windsurf',
  mcpCodex: '/ai/mcp-clients/codex',
  mcpAntigravity: '/ai/mcp-clients/antigravity',
  mcpChatgpt: '/ai/mcp-clients/chatgpt',
  mcpRaycast: '/ai/mcp-clients/raycast',
  domainWarmup: '/marketing-emails/domain-warmup',
  projects: '/projects',
  createAutomationApi: '/api-reference/automations/create-automation'
};

## Transactional Emails

Learn how to send transactional emails like magic links, verification codes, and signup confirmations using the AutoSend Email API.

<Columns cols={2}>
  <Card title="Send with API" icon="https://mintcdn.com/autosend-13920f5c/nx_wYfWx3qeZwg1C/icons/api.svg?fit=max&auto=format&n=nx_wYfWx3qeZwg1C&q=85&s=a257e726f0f001df70664b740dcd5af6" href={APP_PATHS.sendingEmail} width="24" height="24" data-path="icons/api.svg">
    Learn how to send Transactional emails using the AutoSend email API.
  </Card>

  <Card title="Send with SMTP" icon="https://mintcdn.com/autosend-13920f5c/nx_wYfWx3qeZwg1C/icons/smtp.svg?fit=max&auto=format&n=nx_wYfWx3qeZwg1C&q=85&s=d1993edda392d54c3f704a9a4bb04442" href={APP_PATHS.smtpIntroduction} width="24" height="24" data-path="icons/smtp.svg">
    Learn how to send emails using AutoSend's SMTP relay service.
  </Card>

  <Card title="Email Templates" icon="https://mintcdn.com/autosend-13920f5c/nx_wYfWx3qeZwg1C/icons/email-templates.svg?fit=max&auto=format&n=nx_wYfWx3qeZwg1C&q=85&s=461e1cf135b49bcb45ed4373269d54b9" href={APP_PATHS.emailTemplates} width="24" height="24" data-path="icons/email-templates.svg">
    Learn how to create and use resuable transactional email templates in AutoSend.
  </Card>

  <Card title="Email Activity" icon="https://mintcdn.com/autosend-13920f5c/nx_wYfWx3qeZwg1C/icons/email-activity.svg?fit=max&auto=format&n=nx_wYfWx3qeZwg1C&q=85&s=2ecad7369f217ee7d03c3d8dfdd36d22" href={APP_PATHS.emailActivity} width="24" height="24" data-path="icons/email-activity.svg">
    Monitor the status, delivery details, and engagement for all the emails that you send.
  </Card>
</Columns>

## Marketing Emails

Learn how to send marketing emails like newsletters, product updates, and announcements using AutoSend’s campaign tools

<Columns cols={2}>
  <Card title="Campaigns" icon="https://mintcdn.com/autosend-13920f5c/nx_wYfWx3qeZwg1C/icons/campaigns.svg?fit=max&auto=format&n=nx_wYfWx3qeZwg1C&q=85&s=147527e098804d4689ce5e084914675d" href={APP_PATHS.campaigns} width="24" height="24" data-path="icons/campaigns.svg">
    Learn how to create and send marketing campaigns using AutoSend.
  </Card>

  <Card title="Email Automations" icon="https://mintcdn.com/autosend-13920f5c/IB9RbH2dcUQdl5k-/icons/automation.svg?fit=max&auto=format&n=IB9RbH2dcUQdl5k-&q=85&s=ab0d7dafbc01f3e8e4e9437823f0d76f" href={APP_PATHS.automations} width="24" height="24" data-path="icons/automation.svg">
    Learn how to create contact-triggered email automations in AutoSend.
  </Card>

  <Card title="Contacts" icon="https://mintcdn.com/autosend-13920f5c/nx_wYfWx3qeZwg1C/icons/contacts.svg?fit=max&auto=format&n=nx_wYfWx3qeZwg1C&q=85&s=93b686fb3cb253812d2ab70168336374" href={APP_PATHS.contacts} width="24" height="24" data-path="icons/contacts.svg">
    Learn about contact lists and dynamic segments in Autosend.
  </Card>

  <Card title="Sender" icon="https://mintcdn.com/autosend-13920f5c/nx_wYfWx3qeZwg1C/icons/senders.svg?fit=max&auto=format&n=nx_wYfWx3qeZwg1C&q=85&s=3c93323f376cf579e9ba7d1d54e1281d" href={APP_PATHS.sender} width="24" height="24" data-path="icons/senders.svg">
    Learn how to add and manage senders for sending marketing campaigns.
  </Card>

  <Card title="Domain Warmup" icon="https://mintcdn.com/autosend-13920f5c/nx_wYfWx3qeZwg1C/icons/domain-warmup.svg?fit=max&auto=format&n=nx_wYfWx3qeZwg1C&q=85&s=7b1aba8af88cfca1dbf738fc8a3cb92e" href={APP_PATHS.domainWarmup} width="24" height="24" data-path="icons/domain-warmup.svg">
    Learn how to warm up your domain to build sender reputation and improve deliverability.
  </Card>
</Columns>

## Agentic Integration

Use AutoSend with AI coding agents and no-code AI tools to send emails, manage contacts, and trigger automations from AI-built apps.

<Columns cols={2}>
  <Card title="MCP Server" icon="https://mintcdn.com/autosend-13920f5c/nx_wYfWx3qeZwg1C/icons/mcp-server.svg?fit=max&auto=format&n=nx_wYfWx3qeZwg1C&q=85&s=0dd551ae2357852385b62e88f54306f9" href={APP_PATHS.aiMcpServer} width="24" height="24" data-path="icons/mcp-server.svg">
    Connect AutoSend's MCP server to build email campaigns and templates with AI tools using natural
    language.
  </Card>

  <Card title="Skills" icon="https://mintcdn.com/autosend-13920f5c/nx_wYfWx3qeZwg1C/icons/skill.svg?fit=max&auto=format&n=nx_wYfWx3qeZwg1C&q=85&s=ae3a53a746a17ed5ec3dceca2fb5be8f" href={APP_PATHS.aiSkills} width="24" height="24" data-path="icons/skill.svg">
    Install the AutoSend skill so AI agents can seamlessly integrate AutoSend's email API into your
    code.
  </Card>
</Columns>

## Need Help ?

<Columns cols={2}>
  <Card title="FAQs" icon="https://mintcdn.com/autosend-13920f5c/IB9RbH2dcUQdl5k-/icons/faq.svg?fit=max&auto=format&n=IB9RbH2dcUQdl5k-&q=85&s=a002bb99b58b1f6a2c6f919a77ef34f2" href={AUTOSEND_PATHS.faqs} width="24" height="24" data-path="icons/faq.svg">
    Frequently asked questions about transactional emails, marketing emails, pricing, and everything
    else.
  </Card>

  <Card title="Contact Support" icon="https://mintcdn.com/autosend-13920f5c/IB9RbH2dcUQdl5k-/icons/support.svg?fit=max&auto=format&n=IB9RbH2dcUQdl5k-&q=85&s=d496f88ed6aaef955b335c6ec84becec" href={`mailto:${SUPPORT_EMAIL}`} width="24" height="24" data-path="icons/support.svg">
    Get direct help from our support team
  </Card>
</Columns>

***

<Card title="Brand Kit" icon="https://mintcdn.com/autosend-13920f5c/IB9RbH2dcUQdl5k-/icons/brand-kit.svg?fit=max&auto=format&n=IB9RbH2dcUQdl5k-&q=85&s=c98bd0ca6ee5b6728b352c7c40fa649e" href="/brand-kit" horizontal width="24" height="24" data-path="icons/brand-kit.svg">
  Download official AutoSend logos, icons, and brand assets for your integrations and marketing
  materials.
</Card>
