POST (Create Email Reply)

Instantiates a server task to send an email reply to the mail server. The client polls the URL provided in the location header to get the status of the task.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/reply/email/<id>

HTTPS method:

POST

Input/Output format:

xml

Parameters:

See Email Reply API Parameters.

Example XML request payload:


<EmailMessage>
  <toAddress>sender@xyz.com,name@example.com,name1@example.com</toAddress>
  <ccAddress>name2@example.com,name3@example.com,name4@example.com</ccAddress>
  <bccAddress>name5@example.com,name6@example.com,name7@example.com</bccAddress>
  <ReplyToAddress>name8@example.com</ReplyToAddress>
  <contentType>text/html</contentType>
  <body><![CDATA[ ... ]]></body>  
</EmailMessage>

HTTPS response headers:

HTTPS response:

  • 202—Task is in progress. Poll again.

Location header:

https://<Server>:<Port>/ccp-webapp/ccp/reply/email/
EE9A8E33100001470000004A0A5686AA/sendemail/4567