Parameters
This method starts the specified email type application and if successful, returns the Experience Portal session ID for the new session.
Parameter |
Type |
Description |
from |
String |
Email address used to send the message |
to |
String |
Target of the message. You can specify multiple values, using a comma (,) as a delimiter. For example: john@abc.com,sam@abc.com,bob@abc.com. |
cc |
String |
Email CC. You can specify multiple values, using a comma (,) as a delimiter. For example: john@abc.com,sam@abc.com,bob@abc.com. (Optional) |
bcc |
String |
Email BCC. You can specify multiple values, using a comma (,) as a delimiter. For example: john@abc.com,sam@abc.com,bob@abc.com. (Optional) |
subject |
String |
The subject of the message. (Optional) |
body |
String |
Body of the message. (Optional) |
attachments |
String |
A list of attachment URLs, separated by a comma (,). (Optional) |
headers |
String |
Contains name value in this format: name=value;name=value with a semicolon (;) as delimiter. Content-Type, Reply-To etc can be specified as headers. (optional) |
applicationName |
String |
Name of the application to be launched. Contains zone info in the format zoneId:appName. |
emailParameters |
String |
Parameters to be send to Orchestration Designer App. Contains name value in this format: name=value;name=; with ; as delimiter. See table below for parameters. (optional) |
ucid |
String |
Unique customer ID. (Optional) |
sessionID |
String |
Caller’s session ID. |
requestTimeout |
String |
Time to wait for the request to finish. (In seconds) |