Transactional Emails
Get Transactional Email
GET /v1/emails/{emailId}Retrieve a specific transactional email by ID with full details.
Use Cases:
- View complete email metadata and tracking data
- Debug delivery issues for a specific email
- Check open/click tracking configuration
- Retrieve custom metadata and tags attached to the email
- Monitor email lifecycle (sent, delivered, opened, clicked, bounced)
Behavior:
- Returns complete email object with all metadata
- Includes reply-to, preview text, and tracking configuration
- Shows SMTP response details (last response code and message)
- Includes custom metadata and tags if attached
- Shows bounce classification if email bounced
- Email must belong to your workspace
Required Scope: smtp:send
Response Includes:
- Full sender and recipient details (from, to, replyTo)
- Email content metadata (subject, preview text)
- Delivery status and SMTP response details
- Tracking configuration (open and click tracking)
- Engagement metrics (open count, click count, unique links clicked)
- Complete delivery lifecycle timestamps
- Custom metadata and tags
Path parameters
emailIdstringrequiredTransactional email ID
Response
objectstringrequiredidstringrequiredUnique email identifier
sendingIdstringrequiredInternal sending ID for event correlation
fromobjectrequiredreplyToanyrequiredReply-to address if set
tostringrequiredRecipient email address
subjectstringrequiredEmail subject line
previewTextanyrequiredPreview text shown in inbox
statusstringrequiredDelivery status
lastResponseCodeanyrequiredLast SMTP response code
lastResponseMessageanyrequiredLast SMTP response message
bounceClassificationanyrequiredBounce type classification if bounced
openTrackingEnabledbooleanrequiredWhether open tracking is enabled
clickTrackingEnabledbooleanrequiredWhether click tracking is enabled
metadataanyrequiredCustom metadata attached to the email
tagsanyrequiredTags attached to the email
openCountnumberrequiredTotal number of opens
clickCountnumberrequiredTotal number of clicks
uniqueLinksClickednumberrequiredNumber of unique links clicked
totalEventsnumberrequiredTotal number of events for this email
createdAtstringrequiredISO 8601 timestamp when the email was created
sentAtanyrequiredISO 8601 timestamp when the email was sent
deliveredAtanyrequiredISO 8601 timestamp when delivered
firstOpenedAtanyrequiredISO 8601 timestamp of first open
firstClickedAtanyrequiredISO 8601 timestamp of first click
bouncedAtanyrequiredISO 8601 timestamp when bounced
complainedAtanyrequiredISO 8601 timestamp when spam complaint received