Admin

Customer Onboarding

Setup path

Transactional API

curl -X POST https://mail.eightmonmouth.com/api/send/transactional \
  -H "Content-Type: application/json" \
  -H "X-API-Key: femail_..." \
  -d '{
    "fromEmail": "support@example.com",
    "to": "customer@example.com",
    "subject": "Receipt",
    "html": "<p>Thanks</p>",
    "text": "Thanks"
  }'