Our alerting solution is centered around two concepts: events and channels. The occurrence of an event can be configured to trigger an alert. A channel describes the delivery method for an alert. Every configured alert consists of an event type / channel pair. This level of granularity allows alerting to be configured to your exact preference.
- Get Test Content (empty)
List Clients
Get Test Results
Reprocess Emailpreview Test
Get Test Content
Generate Preview Address
List/Search Tests V2
Create Email Preview Test V2
Get Test Results by client ID V2
Get Emailpreview Test Information V2
Delete Emailpreview Test V2
Retrieve Export Job Details for Email Preview Test Screenshots
Retrieve Export Job Details for Email Preview Test Screenshots
Create Export Job for Email Preview Test Screenshots
Create PreviewShare
Get PreviewShare
Update PreviewShare
Delete PreviewShare
Rotate PreviewShare
Returns PreviewShare record by UUID.
List Emailpreview Tests
Create Emailpreview Test
Get Emailpreview Test Info
Delete Emailpreview Test
Get Test Content (empty)
Alerts (0.0.1)
Download OpenAPI description
Languages
Servers
US Mailgun
https://api.mailgun.net/
EU Mailgun
https://api.eu.mailgun.net/
- US Mailgun
https://api.mailgun.net/v1/preview/tests/{test_id}/results/reprocess
- EU Mailgun
https://api.eu.mailgun.net/v1/preview/tests/{test_id}/results/reprocess
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
-u <username>:<password> \
'https://api.mailgun.net/v1/preview/tests/{test_id}/results/reprocess'Response
application/json
- US Mailgun
https://api.mailgun.net/v1/preview/tests/{test_id}/content
- EU Mailgun
https://api.eu.mailgun.net/v1/preview/tests/{test_id}/content
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://api.mailgun.net/v1/preview/tests/{test_id}/content'Response
application/json
{ "content": "string" }
- US Mailgun
https://api.mailgun.net/v1/preview/tests/{test_id}/content/{content}
- EU Mailgun
https://api.eu.mailgun.net/v1/preview/tests/{test_id}/content/{content}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://api.mailgun.net/v1/preview/tests/{test_id}/content/{content}'Response
application/json
{ "content": "string" }