Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel3
typeflat

...

Overview

The following operations allow you to work with sObjects. Click an operation name to see details on how to use it.

OperationDescription
sendEmailCreates and sends an email using Salesforce.
sendEmailMessageSends emails that have already been drafted in Salesforce.

...

Operation Details

This section provides further details on the operations related to Emails.

Anchor
sendEmail
sendEmail
Creating and sending an email

...

Code Block
languagehtml/xml
titlesendEmail
<salesforce.sendEmail>
    <sendEmail xmlns:sfdc="sfdc">{//sfdc:emailWrapper}</sendEmail>
</salesforce.sendEmail>
Properties
  • sendEmail: XML representation of the email.

...