Send Test Mailing

Implementation Notes

Creates a New Test Mailing with the given details.

Response Class (Status 200)

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
Submission

Details of the Test mailing to add. body
TestMail{
FromName(string),
FromAddress(string),
ReplytoAddress(string,optional),
Subject(string,)
Template(string),
Toemails(string),
CcEmails(string,optional),
BccEmails(string,optional),
}
}
  {
    "FromName": "string", 
    "FromAddress": "string", 
    "ReplytoAddress": "string", 
    "Subject": "string", 
    "Template": "string", 
    "Toemails": "string", 
    "CcEmails": "string", 
    "BccEmails": "string"
  }  
Click to set as parameter value

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found