guides

Getting Started with AICoder: Email Marketing from Scratch

Learn how to start your first email marketing campaign with AICoder, including account setup, customer import, and email sending.

Product Team
8 分钟阅读
getting-started
email-marketing
tutorial

Welcome to AICoder! This guide will help you get started with our email marketing platform.

Step 1: Create Your Account

  1. Visit our registration page
  2. Fill in basic information
  3. Verify your email address
  4. Complete account setup

Step 2: Import Customer Data

AICoder supports multiple ways to import customer data:

  • CSV File Upload: Batch import contacts
  • Manual Addition: Add important customers one by one
  • API Integration: Auto-sync CRM data

CSV File Format Requirements

email,name,company
john@example.com,John Doe,Tech Corp
jane@example.com,Jane Smith,Design Inc

Step 3: Create Email Templates

We provide a rich template library, and you can also:

  1. Use drag-and-drop editor for custom templates
  2. Import existing HTML templates
  3. Use AI to generate email content

Template Best Practices

  • Keep it simple and clear
  • Use responsive design
  • Add clear CTAs (Call-to-Action)
  • Personalize content

Step 4: Send Emails

Once everything is ready, you can start sending emails!

Sending Options

  • Send Now: Send to all recipients immediately
  • Scheduled Send: Choose the best sending time
  • A/B Testing: Test different versions

Start Your Marketing Journey

Now that you've mastered the basics, you can start creating your first marketing campaign. If you have any questions, feel free to contact our support team.

Happy marketing! 🚀

相关文章

guides

docker manifest inspect 有什么用:多架构、digest 与清单读取入门

把 manifest 当成镜像的「目录页」:读懂它,你就能解释一半拉取异常。

guides

CI/CD 里固定镜像版本:digest、semver 与 latest 的风险量化

用「可复现、可回滚、可升级」三目标权衡:为什么生产环境要慎重对待 latest。

guides

容器镜像引用怎么写才对:registry、路径、tag 与 digest

从「能拉」到「可复现」:理解镜像全名、library 命名空间、tag 与 sha256 固定版本。