| addThreadingTokenToBody |
- Type
- boolean
- Description
- Optional. Indicates whether to create a unique token for the related record and add
it to the email body.
When the related record is a case record, Email-to-Case uses the
token to link future email responses to that case.
To link future email responses
to other records, create an Apex Email Service and use the EmailMessages.getRecordIdFromEmail function to find the record that matches
the token.
|
| addThreadingTokenToSubject |
- Type
- boolean
- Description
- Optional. Indicates whether to create a unique token for the related record and add
it to the email subject.
When the related record is a case record, Email-to-Case uses
the token to link future email responses to that case.
To link future email
responses to other records, create an Apex Email Service and use the EmailMessages.getRecordIdFromEmail function to find the
record that matches the token.
|
| attachmentId |
- Type
- string
- Description
- Optional. A comma-delimited list of attachment IDs in the email.
This parameter
accepts single-value resources of the string type that contain a list of attachments.
The value is treated as text. This field is available in API version 63.0 and
later.
The attachment ID can be of a Document, Content Version, or Attachment
items.
|
| attachmentIdCollection |
- Type
- string
- Description
- Optional. A collection of attachment IDs to include in the email. This parameter
accepts collection variables of type text. This field is available in API version 64.0
and later.
The attachment ID can be of a Document, Content Version, or Attachment
items.
|
| emailBody |
- Type
- textarea
- Description
- The body of the email. Required for flows using Send Email Action version 1.0.1 and
composeEmailContent option.
Hidden for flows using Send Email
Action version 1.0.1 and useEmailTemplate selected.
|
| emailSubject |
- Type
- string
- Description
- The subject of the email. Required for flows using Send Email Action version 1.0.1 and
composeEmailContent option.
Hidden for flows using Send Email
Action version 1.0.1 and useEmailTemplate selected.
|
| emailTemplateId |
- Type
- text
- Description
- The ID of the email template to use for the subject and body of the email. Required
for flows using Send Email Action version 1.0.1 and useEmailTemplate
option.
Optional for flows using Send Email Action version 1.0.0.
Hidden for
flows using Send Email Action version 1.0.1 and composeEmailContent
selected.
If this input is included, recipientId is required.
If the email template has merge fields from an object other than the one associated with
recipientId, specify the record used to supply those merge fields
in relatedRecordId. This field is available in API version 58.0 and
later.
If this input is specified, it changes the API called by the action, which
can impact your daily email-sending limit. See Flow Core Action: Send Email in Salesforce
Help.
|
| logEmailOnSend |
- Type
- boolean
- Description
- Optional. Indicates whether to log the email on the specified records’ activity time
lines. Valid values are true and false. Default value is false, and the email isn't logged. To log an email, you must specify a value
in recipientId or relatedRecordId. This field
is available in API version 58.0 and later.
If this input is set to true, it changes the API called by the action, which can
impact your daily email-sending limit. See Flow Core Action: Send Email in Salesforce
Help.
|
| recipientId |
- Type
- text
- Description
- Optional. The ID of a lead or a contact record. If logEmailOnSend
is included, then recipientId is the ID of the person to send and
log the email to. If emailTemplateId is included, then
recipientId is required and is the ID of the person to send the
email to. The maximum size for this field is 4,000 bytes. This field is available in API
version 58.0 and later.
If bccRecipientAddressList,
ccRecipientAddressList, emailAddresses, and
emailAddressesArray are also used, the combined number of
recipients must be 150 or fewer.
|
| relatedRecordId |
- Type
- text
- Description
- Optional. The ID of a record that's not a person. For example, the ID of a case
record. If logEmailOnSend is included,
relatedRecordId is the ID of a secondary record to log the email
to. In this case, relatedRecordId can’t be used to log an email if
recipientId is a lead record. This field is available in API
version 58.0 and later.
If emailTemplateId is included,
relatedRecordId is the ID of the non-recipient record used to
populate email template merge fields.
|
| sendRichBody |
- Type
- boolean
- Description
- Optional. Indicates whether you want the resource specified for the
Body parameter to use rich text. Valid values are true and false. The
default value is false.
Hidden for flows using
Send Email Action version 1.0.1 and useEmailTemplate
selected.
|
| useLineBreaks |
- Type
- boolean
- Description
- Optional. Indicates whether to render the line breaks in the rich-text-formatted body
text template. Valid values are true and false. The default value is false.
Hidden for flows using Send Email Action version 1.0.1 and
useEmailTemplate selected.
|