Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

sales-transactional-email销售交易电子邮件

Agent Skill

sales-transactional-email 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

906

周安装

37

GitHub Stars

13

下载量

290
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sales-transactional-email(销售交易电子邮件)
来源仓库:https://github.com/sales-skills/sales
仓库路径:skills/sales-transactional-email
安装命令:
npx skills add https://github.com/sales-skills/sales --skill sales-transactional-email
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/sales-skills/sales --skill sales-transactional-email

简介

sales-transactional-email 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于销售交易电子邮件相关的信息调研、线索筛选和目标客户分析等研究检索任务。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 可结合来源仓库路径 skills/sales-transactional-email 继续核验功能细节和使用边界。

SKILL.md

Transactional Email Delivery

Help the user with transactional/triggered email — from provider selection and template design through API integration, SMTP relay, deliverability, and monitoring. This skill is tool-agnostic but includes platform-specific guidance for SendGrid, Postmark, Mailgun, Brevo, Customer.io, Mailchimp/Mandrill, and Amazon SES.

Step 1 — Gather context

If references/learnings.md exists, read it first for accumulated knowledge.

Ask the user:

  1. What type of transactional email do you need help with?

- A) Order confirmations / receipts / shipping notifications - B) Password resets / account verification / 2FA - C) Welcome emails / onboarding sequences triggered by signup - D) Billing / invoice / subscription notifications - E) Alert / notification emails (activity, mentions, reminders) - F) Provider selection — choosing the right transactional email service - G) Delivery issues — emails not arriving, going to spam, delayed - H) API/SMTP integration — connecting your app to a provider - I) Template design — building reusable transactional templates - J) Monitoring & analytics — tracking delivery, opens, bounces - K) Something else — describe it

  1. What's your current setup?

- A) No provider yet — starting from scratch - B) Using SendGrid - C) Using Postmark - D) Using Mailgun - E) Using Brevo (Sendinblue) - F) Using Customer.io - G) Using Mailchimp / Mandrill - H) Using Amazon SES - I) Using another provider - J) Using my own SMTP server

  1. What's your volume?

- A) Low (< 1K emails/day) - B) Medium (1K-50K/day) - C) High (50K-500K/day) - D) Very high (500K+/day)

If the user's request already provides most of this context, skip directly to the relevant step. Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end.

Step 2 — Strategy and approach

Transactional vs marketing email

Transactional emails are triggered by a user action or system event — they're expected and usually 1:1. They don't require marketing consent (CAN-SPAM exemption) but must be genuinely transactional.

TransactionalMarketing
Order confirmationPromotional campaign
Password resetNewsletter
Shipping notificationProduct announcement
Account verificationRe-engagement campaign
Invoice / receiptDiscount / sale notification

Key principle: Keep transactional and marketing email on separate sending infrastructure (different IPs/domains) so marketing reputation issues don't affect transactional delivery.

Provider selection framework

FactorSendGridPostmarkMailgunBrevoCustomer.ioSES
Best forScale + marketing comboDeliverability-firstDeveloper flexibilityAll-in-one + marketingBehavior-triggeredRaw volume + cost
DeliverabilityGoodExcellent (98.7%)GoodGoodGoodGood (self-managed)
Pricing modelPer emailPer emailPer emailVolume tiersPer profilePer email (cheapest)
Free tier100/day100/month1K/month (trial)300/dayNone62K/month (from EC2)
SMTP relayYesYesYesYesNoYes
REST APIYesYesYesYesYesYes
TemplatesDynamic (Handlebars)HandlebarsHandlebarsUI builder + APILiquidBasic
Inbound parsingYesYesYesYesNoYes
WebhooksYes (Event Webhook)Yes (7 types)Yes (8 events)YesYesSNS notifications

Template best practices

  1. Keep it simple — transactional emails should be clear, not flashy
  2. Include essential info above the fold — order number, tracking link, action button
  3. Use dynamic parameters — never hardcode user-specific data
  4. Test across clients — Outlook, Gmail, Apple Mail render differently
  5. Include plain-text fallback — some recipients/clients need it
  6. Brand consistently — logo, colors, footer, but don't over-design

Deliverability for transactional email

  1. Dedicated sending domain — use mail.example.com or notify.example.com, not your main domain
  2. Authenticate everything — SPF, DKIM, DMARC (p=quarantine or p=reject)
  3. Dedicated IP — at 50K+/month volume, get a dedicated IP and warm it
  4. Separate streams — keep transactional and marketing on different IPs/subdomains
  5. Monitor bounces — suppress hard bounces immediately, track soft bounce patterns
  6. Watch complaint rates — transactional should be near 0% complaints

Step 3 — Platform-specific guidance

Read references/platform-guide.md for detailed provider comparisons, API references, integration checklist, and key metrics.

In MailerLite

MailerLite supports transactional email as a separate feature from marketing campaigns:

  • API-triggered: Transactional emails are sent via the MailerLite API, not through the campaign builder. Use for order confirmations, password resets, shipping notifications.
  • Separate infrastructure: Transactional sends don't count against marketing email limits and use separate delivery infrastructure.
  • Templates: Create reusable templates in the MailerLite dashboard, reference them by ID in API calls.
  • Limitations: MailerLite's transactional email is basic compared to SendGrid, Postmark, or Mailgun. No inbound parsing, no advanced analytics, no dedicated IP for transactional (Enterprise only). Best for MailerLite users who want to keep everything in one platform. For high-volume or latency-sensitive transactional email, use a dedicated provider.
  • API: POST /api/subscribers for contact management, webhooks for delivery tracking. See /sales-mailerlite for full API reference.

*You no longer need the platform guide details — focus on the user's specific situation.*

Step 4 — Actionable guidance

Based on the user's specific question, provide targeted recommendations drawing on the strategy framework in Step 2 and provider details in the reference guide.

Gotchas

  1. Don't mix transactional and marketing on the same IP/domain — marketing reputation problems will tank transactional delivery. Use separate subdomains and ideally separate IPs.
  2. "Transactional" has a legal definition — CAN-SPAM exempts transactional emails from opt-out requirements, but the email must be primarily transactional. An order confirmation with a 50% coupon at the top is marketing, not transactional.
  3. SMTP is not real-time — SMTP queues add latency. For time-sensitive emails (2FA codes, password resets), use the REST API for faster delivery.
  4. Webhooks can fail silently — if your webhook endpoint is down, you'll miss delivery/bounce events. Implement webhook logging and alerting.
  5. Template rendering varies by client — Outlook uses Word's rendering engine. Always test templates in Litmus or Email on Acid, especially for layout-heavy designs.
  • Self-improving: If you discover something not covered here, append it to references/learnings.md with today's date.

Before recommending a specific platform skill

This skill covers a strategy domain across many platforms. Before pointing the user to any specific platform skill (any /sales-{platform} listed in ## Related skills, e.g., /sales-mailshake, /sales-klaviyo, /sales-apollo), read that platform skill's actual SKILL.md first. The 1-line description in ## Related skills is enough to *identify* a candidate — it's not enough to *commit* to it or to write a prompt that invokes it well.

How to read it:

  • If ~/.claude/skills/{skill-name}/SKILL.md exists locally, Read it.
  • For sales-* skills, WebFetch directly from this repo: https://raw.githubusercontent.com/sales-skills/sales/main/skills/{skill-name}/SKILL.md — e.g., for sales-mailshake: https://raw.githubusercontent.com/sales-skills/sales/main/skills/sales-mailshake/SKILL.md.
  • For non-sales-* skills (third-party), look up {org}/{repo} in ~/.claude/skills/sales-do/references/skill-sources.md if installed and fetch the same skills/{skill-name}/SKILL.md path under that repo.

After reading, ground your recommendation in something concrete from the SKILL.md (its scope, a sub-flow, its argument-hint shape, or a "Do NOT use for..." negative trigger). Align any generated invocation with the platform skill's argument-hint. If the platform skill turns out not to fit the user's situation, swap to another or handle the question here directly rather than recommending a poor fit.

Related skills

  • /sales-iterable — Iterable platform help (triggered campaigns for transactional email, Studio journeys, cross-channel)
  • /sales-braze — Braze platform help (transactional email API, Canvas Flow, cross-channel orchestration)
  • /sales-brevo — Brevo platform help (transactional email, marketing, CRM)
  • /sales-sendgrid — SendGrid platform help
  • /sales-postmark — Postmark platform help
  • /sales-mailgun — Mailgun platform help
  • /sales-customerio — Customer.io platform help
  • /sales-mailchimp — Mailchimp/Mandrill platform help
  • /sales-getresponse — GetResponse platform help (transactional email on MAX plan, marketing automation, webinars)
  • /sales-sendpulse — SendPulse platform help (SMTP transactional email, marketing automation, chatbots)
  • /sales-deliverability — Cross-platform email deliverability (SPF/DKIM/DMARC, warmup, reputation)
  • /sales-mailerlite — MailerLite platform help (email campaigns, automation, transactional email, API)
  • /sales-email-marketing — Opt-in marketing email strategy (not transactional)
  • /sales-integration — Connect email tools with CRM and other systems
  • /sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-do

Examples

Example 1: Choosing a transactional email provider

User says: "We're a SaaS startup sending about 5K transactional emails/day — order confirmations, password resets, and activity notifications. What provider should we use?" Skill does: Evaluates volume (medium), use cases (standard transactional), and likely needs (reliability, good deliverability, reasonable cost). Recommends Postmark for best deliverability or SendGrid for more flexibility. Compares pricing at 150K/month volume. Result: Clear recommendation with reasoning, cost comparison, and setup next steps

Example 2: Debugging delivery delays

User says: "Our password reset emails are taking 30+ seconds to arrive via SMTP through Mailgun" Skill does: Identifies SMTP queuing as likely cause. Recommends switching to REST API for time-sensitive emails. Shows Mailgun API example for password reset. Suggests monitoring with webhooks. Result: Root cause identified, API migration code provided, monitoring setup

Example 3: Setting up transactional email in Brevo

User says: "How do I send order confirmation emails through the Brevo API with dynamic order data?" Skill does: Walks through creating a template in Brevo UI → calling POST /smtp/email with templateId and params → setting up delivery webhooks → error handling and retry logic Result: Working transactional email flow with template, API integration, and monitoring

Troubleshooting

Transactional emails going to spam

Symptom: Order confirmations or account emails landing in spam Cause: Usually domain authentication issues, shared IP reputation, or content triggers Solution: 1) Verify SPF/DKIM/DMARC are properly configured. 2) Check if you're on a shared IP with bad reputation — consider dedicated IP. 3) Review email content for spam trigger words. 4) Ensure you're not mixing marketing content into transactional emails. See /sales-deliverability.

High bounce rates on transactional email

Symptom: Bounce rate exceeding 2% on transactional sends Cause: Sending to invalid addresses — users entering fake emails at signup, typos, abandoned accounts Solution: 1) Implement real-time email validation at signup (ZeroBounce, Kickbox, or provider's built-in). 2) Use double opt-in for account creation. 3) Suppress hard bounces immediately. 4) Clean your contact list quarterly.

Webhook events not arriving

Symptom: No webhook callbacks received after sending emails Cause: Webhook endpoint misconfigured, firewall blocking provider IPs, or SSL certificate issues Solution: 1) Verify webhook URL is publicly accessible (not localhost). 2) Check that your endpoint returns 200 within 5 seconds. 3) Whitelist provider IP ranges if behind a firewall. 4) Check provider's webhook logs for failed delivery attempts.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

40.09%
按下载量换算116

Claude

27.9%
按下载量换算81

Cursor

17.68%
按下载量换算51

Gemini CLI

9.9%
按下载量换算29

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills