Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a message

Description

 Create a new email message

HTTP Method

POST

URL

Code Block
https://services.mailup.com/API/v1.1/Rest/ConsoleService.svc/Console/List/{id_List}/Email

JSON request (example)

Expand
 
Code Block
{"Subject":"Monthly Newsletter 4","idList":2,"Content":"Hello world","Embed":false,"Fields":[],"IsConfirmation":false,"Notes":"Issue n. 5","Tags":null,"TrackingInfo":{"CustomParams":"","Enabled":true,"Protocols":["http:","https:","ftp:","news:"]}}

JSON response (example)

Code Block
{"Subject":"Monthly Newsletter 4","idList":2,"idMessage":47}

 

 

Paging and filtering (example)

 

 

...