POST (Create Email Forward)

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

URL:

https://<server>:<serverport>/ccp-webapp/ccp/reply/email/{id}?emailAction=forward

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>mdinkleplotz@hotmail.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