Lettermint Sending API
stringstringstring · requiredstring · maxLength: 998 · requiredstring[] · requiredstringstring | nullstring | null · minLength: 3string | null · minLength: 3string[]string[]string[]string · requiredstring · enum · required
stringstringstring · requiredstring[] · requiredstring · maxLength: 998 · requiredstringstring[]string[]string[]string[]string[]string | nullstring | null · minLength: 3string | null · minLength: 3string · requiredstring · enum · required
Send an email
POST
https://api.lettermint.co/v1
/send
Headers
x-lettermint-tokenIdempotency-KeySend an email › Request Body
fromsubjecttoroutetagTag to categorize and filter emails (alphanumeric, underscores, hyphens, spaces allowed).
htmltextccbccreply_toobject
Custom headers to include in the email.
object
Metadata to track with the email (not added as email headers).
object[]
Send an email › Responses
message_idstatusEnum values:
pending
queued
suppressed
processed
delivered
opened
clicked
soft_bounced
Send multiple emails in a batch
POST
https://api.lettermint.co/v1
/send/batch
Send up to 500 emails in a single request. Each email in the batch supports the same parameters as the single send endpoint.
Headers
x-lettermint-tokenIdempotency-KeySend multiple emails in a batch › Request Body
object[]
fromtosubjectrouteccbccreply_toheadersCustom headers to include in the email.
metadataMetadata to track with the email (not added as email headers).
tagTag to categorize and filter emails (alphanumeric, underscores, hyphens, spaces allowed).
htmltextobject[]
Send multiple emails in a batch › Responses
Array of message IDs and their status
object[]
message_idstatusEnum values:
pending
queued
suppressed
processed
delivered
opened
clicked
soft_bounced