EmailsDone Postman collection

Template-first transactional email requests for Postman.

This collection is generated from the EmailsDone OpenAPI contract. It includes one ready-to-run request per sendable template, plus the operational API endpoints.

Import

Download or import the generated collection:

In Postman, import the JSON file and set the collection variables:

API key

Store the API key in the collection variable named apiKey. Do not commit exported environments or collections that contain a real key.

EmailsDone uses bearer auth:


Authorization: Bearer {{apiKey}}

Requests

The generated collection contains 54 requests across 3 folders.

The send-email folder includes 51 template-specific request examples.

Sending

Open one of the generated send requests, check the JSON body, and click Send.

The send API returns accepted when a message is queued. Treat that as accepted for delivery, not delivered.

Related docs