Siebel CRM Web Services Reference > Siebel CRM Primary Web Services >

SelfServiceSmtpEmail


The SendSmtpEmail operation of this Web service invokes the SelfServiceSmtpEmail workflow, which internally uses the Outbound Communications Manager business service for sending non-template based SMTP email.

SelfServiceSmtpEmail Operations

For a list of operations associated with this Web service, see Table 996.

Table 996. SelfServiceSmtpEmail Operations
Name
Description

SendSmtpEmail

Invokes the SelfServiceSmtpEmail workflow.

Request Message Description: SendSmtpEmail

For a description of this request message, see Table 997.

Table 997. Request Message Description: SendSmtpEmail
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 Table 998.

Table 998. Response Message Description: SendSmtpEmail
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

SelfServiceSmtpEmail Application Interface

This topic describes the application objects called by this Web service. For more information on application implementation, refer to your application development documentation on Oracle Technology Network.

Service Object (Business Service or Workflow)

For a description of the service objects for this Web service, see Table 999.

Table 999. SelfServiceSmtpEmail Service Object
Name
Boundary Object Type

SelfServiceSmtpEmail

Workflow Process

Example Package for SelfServiceSmtpEmail

To view an example of messages for this Web service, navigate to the documentation library for Siebel Business Applications on Oracle Technology Network, and click the Related Files link next to the link for Siebel CRM Web Services Reference to access a zip file. Extract the files in the zip file.

Request

See the following file to view the sample code:

...\SelfServiceSmtpEmail\SelfServiceSmtpEmail_request.xml

Response

See the following file to view the sample code:

...\SelfServiceSmtpEmail\SelfServiceSmtpEmail_response.xml

Interface Description (WSDL) for SelfServiceSmtpEmail

To view the interface description for this Web service, navigate to the documentation library for Siebel Business Applications on Oracle Technology Network, and click the Related Files link next to the link for Siebel CRM Web Services Reference to access a zip file. Extract the files in the zip file.

...\SelfServiceSmtpEmail\SelfServiceSmtpEmail.wsdl

Siebel CRM Web Services Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.