Send a single email message. The email is accepted for immediate delivery and typically delivered within seconds.
Example use case: Send a password reset email to a user.
Required fields: from, to, subject, and either html or text
Idempotency: Supports Idempotency-Key header for safe retries.
Related endpoints:
GET /emails/{id} - Track delivery statusGET /emails/{id}/deliveries - View delivery attemptsPOST /emails/{id}/retry - Retry failed deliveryUse your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEYUnique key for idempotent requests. If a request with this key was already processed, the cached response is returned. Keys expire after 24 hours.
255Email message to send.
Size limits:
Sender email address. Must be from a verified domain.
Supported formats:
[email protected]Acme <[email protected]>"Acme Support" <[email protected]>The domain portion must match a verified sending domain in your account.
1"Acme <[email protected]>"
Recipient email addresses (max 50)
1 - 50 elementsEmail subject line
1 - 998CC recipients (accepts null)
50BCC recipients (accepts null)
50Reply-to address (accepts null)
HTML body content (accepts null). Maximum 5MB (5,242,880 characters). Combined with attachments, the total message must not exceed 14MB.
5242880Plain text body (accepts null, auto-generated from HTML if not provided). Maximum 5MB (5,242,880 characters).
5242880Tag for categorization and filtering (accepts null)
1000Custom email headers (accepts null)
File attachments (accepts null)