{ "opencollection": "1.0.0", "info": { "name": "Mailtrap Email Sending Inboxes Send API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Send", "type": "folder" }, "items": [ { "info": { "name": "Send a transactional email", "type": "http" }, "http": { "method": "POST", "url": "https://send.api.mailtrap.io/api/send", "body": { "type": "json", "data": "{}" } }, "docs": "Send a single transactional email in real time. Supports HTML and text bodies, attachments, headers, custom variables, and category tagging." }, { "info": { "name": "Send batch emails", "type": "http" }, "http": { "method": "POST", "url": "https://send.api.mailtrap.io/api/batch", "body": { "type": "json", "data": "{}" } }, "docs": "Send up to 500 emails in a single request. A base message defines shared fields and per-recipient requests override or supplement them." }, { "info": { "name": "Send a test email to a sandbox inbox", "type": "http" }, "http": { "method": "POST", "url": "https://send.api.mailtrap.io/api/send/:inbox_id", "params": [ { "name": "inbox_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send an email into a specific sandbox inbox for inspection and debugging. Uses the same JSON body shape as the production send API." } ] } ], "bundled": true }