This page provides you with information about how to use MailUp REST API to create email messages and to send them to specified recipients.
...
Description | Retrieve email messages of a specified list | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
HTTP Method | GET | |||||||||||||||||||||||
URL | Retrieve all email messages of that list
Retrieve only email messages that have been published (i.e. with public visibility, see details) 1
Retrieve only email messages that have been archived (see details) 1
Note: 1 an empty list is returned if public visibility of messages (aka Web library) is disabled. You shall enable it to Retrieve them | |||||||||||||||||||||||
JSON request (example) | none | |||||||||||||||||||||||
JSON response (example) | All email messages of a specified list
List published messages (public URLs are also provided)
List archived messages
| |||||||||||||||||||||||
Paging and filtering (example) | 2 items per page, get first page (count starts from zero):
Retrieve messages that contain the word "test" in the subject field and order by ID. Note: search by text is case sensitive:
Retrieve only the messages with tags whose IDs are 1, 13, or 45 (at least one of them):
Retrieve only the messages with tags whose ID is 13 or names are customers, welcome message or hello, world (at least one of them):
Retrieve only the newsletter messages:
Retrieve only the SMTP+ messages:
|
...
Description | Retrieve the email details (content, settings, attachment) by specified id | ||||||||
---|---|---|---|---|---|---|---|---|---|
HTTP Method | GET | ||||||||
URL | Retrieve the email details by specified id
Get attachment list for the specified message-id
| ||||||||
JSON request (example) | none | ||||||||
JSON response (example) | Message content Known limitation: returned values for "PreHeader" and "CreationDate" tags are always "null"
Message attachments
| ||||||||
Paging and filtering (example) | 2 items per page, get first page (count starts from zero)
Retrieve messages that contain the word "test" in the subject field and order by ID. Note: search by text is case sensitive
|
...
If you've already stopped the sending, use this endpoint to delete it. You MUST call the Stop a sending endpoint before deleting scheduled or immediate / in-progress sendings. A standby sending does not require to be stopped.
...