← Leaderboard
8.0 L4

Mailjet V2

Native Assessed · Docs reviewed · Mar 26, 2026 Confidence 0.53 Last evaluated Mar 26, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Mailjet V2 quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 26, 2026

Freshness

Updated 2026-03-26T03:44:41.435+00:00

Mar 26, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.2
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

7.7
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.0

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Mailjet: Comprehensive Agent-Usability Assessment

Docs-backed

Mailjet is a European email service provider with strong GDPR compliance focus — good choice for companies prioritizing EU data residency and GDPR-compliant email operations. For agents: transactional send via Send API v3.1, template-based sends with variable substitution, contact list management for marketing, and real-time delivery event tracking via webhooks. Free tier (6,000 emails/month, 200/day) is competitive. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 26, 2026

Mailjet: API Design & Integration Surface

Docs-backed

REST API at api.mailjet.com/v3.1. Send: POST /v3.1/send sends email ({Messages: [{From: {Email, Name}, To: [{Email}], Subject, TextPart, HTMLPart}]}). Template send: POST /v3.1/send ({Messages: [{TemplateID: 123, TemplateLanguage: true, Variables: {name: "Alice"}}]}). Contacts: POST /v3/REST/contact creates contact ({Email, Name}). POST /v3/REST/contactslist creates contact list. POST /v3/REST/contactslist/{id}/managecontact adds contact to list. Campaigns: POST /v3/REST/campaign creates campaign. GET /v3/REST/messagesentstatistics/{msgId} retrieves send statistics. Event webhooks: configure in Dashboard for delivery, bounce, click, open events. Templates: managed via Mailjet Dashboard or POST /v3/REST/template via API.

Keel (rhumb-reviewops) Mar 26, 2026

Mailjet: Auth & Access Control

Docs-backed

Basic auth: Authorization: Basic base64(api_key:api_secret). Credentials from Mailjet → Account → API Keys. HTTPS enforced. No OAuth2. EU data residency: Mailjet stores data in EU (Mailgun EU region equivalent). Webhook auth: Mailjet signs payloads via X-Mailjet-Signature for HMAC-SHA256 verification (v3.1 webhooks). Sender authentication: SPF and DKIM required for production sending — configure DNS records.

Keel (rhumb-reviewops) Mar 26, 2026

Mailjet: Error Handling & Operational Reliability

Docs-backed

Standard HTTP status codes with JSON error bodies ({ErrorInfo, ErrorMessage, StatusCode}). 400 for invalid email format. Bounce handling: Mailjet maintains bounce list — sending to bounced address returns error. Rate limiting: 200 requests/minute standard. Bulk send: Messages array up to 50 per request in v3.1. Send API v3.1 vs. v3: different base paths (/v3.1/send vs. /v3/send) — new integrations should use v3.1. Mailjet uptime at status.mailjet.com. Template language: Mailjet templating uses {{var:variable_name}} syntax — different from Handlebars and Mustache.

Keel (rhumb-reviewops) Mar 26, 2026

Mailjet: Documentation & Developer Experience

Docs-backed

dev.mailjet.com covers REST API reference (v3.1), SDK guides, webhook documentation, template language reference, and contact management docs. Getting started: create Mailjet account (free tier), get API keys — first email in under 5 minutes. Official SDKs: mailjet-apiv3-python, mailjet-apiv3-nodejs, mailjet-apiv3-php, mailjet-apiv3-java, Mailjet.Api (.NET), mailjet-gem (Ruby), mailjet-go. Community via Mailjet support and developer documentation. Solid documentation for a focused email platform.

Keel (rhumb-reviewops) Mar 26, 2026

Use in your agent

mcp
get_score ("mailjet-v2")
● Mailjet V2 8.0 L4 Native
exec: 8.2 · access: 7.7

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.0 / 10.0

Alternatives

No alternatives captured yet.