zeptomail

Official

Transactional emails via curl.

Authorvm0-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Zoho ZeptoMail enables sending transactional emails (password resets, OTPs, confirmations) with tracking and attachments through a REST API.

Core Features & Use Cases

  • Send transactional emails with templates and merge data
  • Attach files or inline images and track opens/clicks
  • Batch sends and templated campaigns for automated notifications

Quick Start

Send a basic email: bash -c 'curl -s "https://api.zeptomail.com/v1.1/email" -X POST --header "Authorization: Zoho-enczapikey ${ZEPTOMAIL_API_KEY}" --header "Content-Type: application/json" -d '{"from":{"address":"noreply@domain.com","name":"Your App"},"to":[{"email_address":{"address":"user@example.com","name":"User"}}],"subject":"Welcome","htmlbody":"<p>Welcome!</p>"}' | jq .'

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: zeptomail
Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#zeptomail

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.