...
Table of Contents | ||||
---|---|---|---|---|
|
...
Overview
The following operations allow you to work with sObjects. Click an operation name to see details on how to use it.
Operation | Description |
---|---|
sendEmail | Creates and sends an email using Salesforce. |
sendEmailMessage | Sends emails that have already been drafted in Salesforce. |
...
Operation Details
This section provides further details on the operations related to Emails.
Anchor | ||||
---|---|---|---|---|
|
...
Code Block | ||||
---|---|---|---|---|
| ||||
<salesforce.sendEmail> <sendEmail xmlns:sfdc="sfdc">{//sfdc:emailWrapper}</sendEmail> </salesforce.sendEmail> |
Properties
sendEmail
: XML representation of the email.
...