Send
Last updated
Last updated
POST
https://api.smtpd.dev/api/v1/email/send
This endpoint allows you to send an email where all the content is supplied. The domain from from_email_address
is used to match a sending profile, If no active sending profile is found the email will be rejected.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://api.smtpd.dev/api/v1/email/send
GET
https://api.smtpd.dev/api/v1/email/send/search
GET
https://api.smtpd.dev/api/v1/email/send/:id
This endpoint allows you to get the send status details.
GET
https://api.smtpd.dev/api/v1/email/send/:id/events
GET
https://api.smtpd.dev/api/v1/email/send/:id/content/html
GET
https://api.smtpd.dev/api/v1/email/send/:id/content/text
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authentication
string
Bearer {access_token}
content_text
string
The text content for the email body.
content_html
string
The HTML content for the email body.
subject
string
The email subject line.
from_name
string
The friendly from name
from_email_address
string
The from email address, this is used to match the send to an `active` sending_profile.
recipient_name
string
The name of the recipient.
recipient_email_address
string
The desination email address.
tags
array
Tags that should be applied to this email for send reporting. You are limited to 256 tags per send with each tag no longer than 256 characters.
click_tracking
boolean
If click_tracking is enabled.
open_tracking
boolean
If open tracking is enabled.
limit
number
Limits the number of rows returned.
Authentication
string
Bearer {access_token}
q
string
Email search term (min 2 characters)
Authentication
string
Bearer {access_token}
id
string
ID of the email send.
Authentication
string
Bearer {access_token}
id
string
ID of the email Send
Authentication
string
Bearer {access_token}
id
string
ID of the email Send
Authentication
string
Bearer {access_token}
id
string
ID of email send
Authentication
string
Bearer {access_token}