> ## 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, receive inbound emails via API, 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',
  smtpKey: 'https://autosend.com/settings/smtp',
  logoKit: 'https://asend.email/logo',
  contactsPage: 'https://autosend.com/contacts/list-and-segments',
  accountBilling: 'https://autosend.com/account/billing',
  accountUsage: 'https://autosend.com/account/usage',
  terms: 'https://autosend.com/legal/terms',
  inbound: 'https://autosend.com/email-activities/inbound'
};

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/contact-properties',
  contactsContactProperties: '/marketing-emails/contacts/contact-properties',
  createContactPropertyApiRef: '/api-reference/contact-properties/create',
  listContactPropertiesApiRef: '/api-reference/contact-properties/list',
  getContactPropertyApiRef: '/api-reference/contact-properties/get-by-name',
  deleteContactPropertyApiRef: '/api-reference/contact-properties/delete',
  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',
  events: '/automations/events',
  sendEventApi: '/api-reference/events/send-event',
  smtpIntroduction: '/quickstart/smtp',
  betterAuth: '/guides/better-auth',
  convexGuide: '/guides/convex',
  templateVariables: '/transactional-emails/variables',
  suppressions: '/others/suppressions',
  rateLimit: '/api-reference/rate-limit',
  nodejsSdk: '/sdk/nodejs',
  smtpIntegrationGuides: '/guides/smtp',
  apiKeys: '/api-keys',
  encryptedPayloads: '/others/encrypted-payloads',
  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',
  migrationSendgrid: '/migration/sendgrid',
  migrationResend: '/migration/resend',
  auth0CustomAction: '/guides/auth0-custom-action',
  accountBilling: '/others/account/billing',
  accountUsage: '/others/account/usage',
  inboundIntroduction: '/inbound/introduction',
  listInboundMessagesApi: '/api-reference/inbound-emails/list-messages',
  getInboundMessageApi: '/api-reference/inbound-emails/get-message',
  downloadInboundAttachmentApi: '/api-reference/inbound-emails/download-attachment',
  replyToInboundMessageApi: '/api-reference/inbound-emails/reply-to-message',
  wikiDailySendingLimit: '/wiki/daily-sending-limit'
};

## 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>
</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="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>

## Inbound Emails

Receive incoming emails on AutoSend through webhooks, then read, parse, or reply to them programmatically with the Inbound Email API.

<Columns cols={2}>
  <Card title="Inbound" icon="https://mintcdn.com/autosend-13920f5c/BvBuJTZLIsxccP1g/icons/inbound.svg?fit=max&auto=format&n=BvBuJTZLIsxccP1g&q=85&s=8e5973147776986adbab19f7b68fffe8" href={APP_PATHS.inboundIntroduction} width="24" height="24" data-path="icons/inbound.svg">
    Learn how to receive and process incoming emails on AutoSend using the Inbound Email API.
  </Card>

  <Card title="API Reference" 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.listInboundMessagesApi} width="24" height="24" data-path="icons/api.svg">
    Browse the Inbound Emails API endpoints, request schemas, and response samples.
  </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>

## Migration Guides

Migrate your existing email infrastructure to AutoSend smoothly.

<Columns cols={2}>
  <Card title="Resend" icon="https://mintcdn.com/autosend-13920f5c/qPxAiJRmee2vCo7R/icons/brand-resend.png?fit=max&auto=format&n=qPxAiJRmee2vCo7R&q=85&s=bd60dc065041bc509829b80ba679c210" href={APP_PATHS.migrationResend} horizontal width="64" height="64" data-path="icons/brand-resend.png" />

  <Card title="SendGrid" icon="https://mintcdn.com/autosend-13920f5c/qPxAiJRmee2vCo7R/icons/brand-sendgrid.png?fit=max&auto=format&n=qPxAiJRmee2vCo7R&q=85&s=2fa234349b8ed09ae9676a03ada0598a" href={APP_PATHS.migrationSendgrid} horizontal width="64" height="64" data-path="icons/brand-sendgrid.png" />
</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} horizontal width="24" height="24" data-path="icons/faq.svg" />

  <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}`} horizontal width="24" height="24" data-path="icons/support.svg" />
</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>
