freeapis

Sendinblue

提供营销和/或事务性邮件和/或短信相关解决方案的服务

认证方式
API Key
HTTPS
Yes
CORS
Unknown
分类
邮件

简介

Sendinblue(现名 Brevo)提供事务邮件、营销活动、短信和联系人管理。API 在 api.brevo.com/v3(实测可用——主机有响应;无效密钥返回 401)。

快速开始

账号信息(替换 YOUR_KEY):

curl "https://api.brevo.com/v3/account" \
  -H "api-key: YOUR_KEY"
{ "email": "[email protected]", "plan": [{ "type": "free", "credits": 300 }] }

发送事务邮件:

curl -X POST "https://api.brevo.com/v3/smtp/email" \
  -H "api-key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "sender": { "email": "[email protected]" },
    "to": [{ "email": "[email protected]" }],
    "subject": "Hello",
    "htmlContent": "<h1>Hi!</h1>"
  }'

认证方式

  • 在 brevo.com(原 sendinblue.com)注册 → API 密钥(Settings → API Keys)。
  • 通过 api-key 请求头携带(无效密钥 → 401,已实测)。

速率限制与注意事项

  • 免费层:300 封邮件/天;付费档可扩展。
  • API 随公司更名:api.brevo.com/v3(旧 sendinblue 主机重定向)。
  • 端点:/v3/smtp/email(事务)、/v3/contacts/v3/emailCampaigns/v3/account
  • 支持批量发送和 webhook。

常见问题

Sendinblue 免费吗? 免费层:300 封/天;更多需要付费。

为什么是 api.brevo.com? Sendinblue 更名为 Brevo——API 现在在 api.brevo.com/v3

如何获取密钥? brevo.com → Settings → API Keys。

邮件 分类更多

APIAuthHTTPSCORS
AGPC Domain Check

Check a domain's SPF, DKIM, DMARC and MX with a graded shareable report

No authYesYes
Atomic Mail

Email for AI agents: programmatic inbox creation and send/receive over JMAP

API KeyYesUnknown
Cloudmersive Validate

Validate email addresses, phone numbers, VAT numbers and domain names

API KeyYesYes
Disify

Validate and detect disposable and temporary email addresses

No authYesYes
DropMail

GraphQL API for creating and managing ephemeral e-mail inboxes

No authYesUnknown