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:
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:
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:
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: