SelfServiceSmtpEmail Operations
For a list of operations associated with this Web service, see the following table.
Name | Description |
---|---|
SendSmtpEmail |
Invokes the SelfServiceSmtpEmail workflow. |
Request Message Description: SendSmtpEmail
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
FromAddress |
Email address of the sender. |
String |
MessageToList |
Semicolon-separated list of email addresses for the TO line. |
String |
MessageCCList |
Semicolon-separated list of email addresses for the CC line. |
String |
MessageBCCList |
Semicolon-separated list of email addresses for the BCC line. |
String |
MessageSubject |
Descriptive subject line for the message. |
String |
MessageBody |
Message content in plain-text. |
String |
MessageHTMLBody |
Message content in HTML. This parameter when specified would override the parameter MessageBody. |
String |
Error Code |
Error code, if any. |
String |
Error Message |
Error message, if any. |
String |
Object Id |
Object ID. |
String |
Process Instance Id |
ID of process instance. |
String |
Siebel Operation Object Id |
ID of Siebel operation. |
String |
Response Message Description: SendSmtpEmail
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
FromAddress |
Not of consequence in response. |
String |
MessageToList |
Not of consequence in response. |
String |
MessageCCList |
Not of consequence in response. |
String |
MessageBCCList |
Not of consequence in response. |
String |
MessageSubject |
Not of consequence in response. |
String |
MessageBody |
Not of consequence in response. |
String |
MessageHTMLBody |
Not of consequence in response. |
String |
Error Code |
Error code, if any, for exceptions raised while submitting the request. This is automatically set from the workflow. |
String |
Error Message |
Error details, if any, for exceptions raised while submitting the request. This is automatically set from the workflow. |
String |
Object Id |
Standard WF Output. |
String |
Process Instance Id |
Standard WF Output. |
String |
Siebel Operation Object Id |
Standard WF Output. |
String |