Table of Contents

Search

  1. Preface
  2. Understanding Data Types and Field Properties
  3. Designing Processes
  4. Using and Displaying Data
  5. Designing Guides
  6. Designing Process Objects
  7. Designing Service Connectors
  8. Using Connectors
  9. System Services, Listeners and Connectors
  10. Designing Human Tasks

Design

Design

Publishing Email Connections

Publishing Email Connections

After you create an Email connection, you can validate, save, and publish the connection. For more information, see
Design
.
When you publish an Email connection, Application Integration creates the following items on the
Metadata
tab:
sendEmailService
sendEmailService is the action that you must select in a Service step of a process or guide to send an email.
The following image shows the sendEmailService action:
The image shows the sendEmailService action.
AttachmentInformation
The AttachmentInformation object defines the attachments to be sent with the email. You can use XQuery attachment functions to construct attachments. For more information about creating and using attachments, see the following link: Attachments.
The following image shows the AttachmentInformation object:
The image shows the AttachmentInformation object with the name, content, and mimeType fields.
EmailTaskInput
The EmailTaskInput object defines the input for the email. The object defines the recipients, email subject, email content type, email body, and attachment information.
The following image shows the EmailTaskInput object:
The image shows the EmailTaskInput object with the to, cc, bcc, subject, contentType, body, and attachment fields.
EmailTaskOutput
The EmailTaskOutput object defines the response of the sendEmailService action. The object defines whether the email was sent successfully, and also lists the following details:
  • Email addresses to which the email was sent.
  • Email addresses that are valid but to which the email was not sent.
  • Email addresses that are not valid.
The following image shows the EmailTaskOutput object:
The image shows the EmailTaskOutput object with the validSentAddress, validUnsentAddress, invalidAddress, and status fields.

0 COMMENTS

We’d like to hear from you!