Back to catalog
💼

mailjet

API Key

Marketing email can be sent and mail templates made in MJML or HTML can be sent using API

💼BusinessHTTPS

Email Delivery

Mailjet

Message Id2305648903154
StatusDelivered
RecipientJane.doe@example.com
SubjectYour order has shipped
Sent At2025-06-14T09:32:17Z

Sample Response

response.json
1{
2 "messageId": "2305648903154",
3 "status": "delivered",
4 "recipient": "jane.doe@example.com",
5 "subject": "Your order has shipped",
6 "sentAt": "2025-06-14T09: 32: 17Z"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.mailjet.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs