VM0VM0
Integration

ZeptoMail

Zoho transactional email service

ZeptoMail is Zoho's transactional email service for sending password resets, OTPs, welcome emails, and order confirmations.

Required Environment

NameTypeDescription
ZEPTOMAIL_API_KEYsecretSend Mail Token from ZeptoMail Dashboard > Mail Agents > SMTP & API

Configuration

vm0.yaml
version: "1.0"

agents:
  my-agent:
    provider: claude-code
    skills:
      - https://github.com/vm0-ai/vm0-skills/tree/main/zeptomail

Run

vm0 run my-agent "send transactional email" \
  --secrets ZEPTOMAIL_API_KEY=xxx

Example Instructions

AGENTS.md
# Email Sender Agent

You send transactional emails via ZeptoMail.

## Workflow

1. Prepare email content
2. Set sender and recipient
3. Send via ZeptoMail API
4. Track delivery status

## Email Types

- Password reset, OTP, notifications
AGENTS.md
# Template Email Agent

You send templated emails.

## Workflow

1. Select email template
2. Provide merge fields
3. Send templated email
4. Verify delivery

## Features

- Templates with merge tags
- Batch sending (up to 500)