Skip to main content
Feedback

Send email (simple)

The Send email (simple) message action provides basic features for sending an email from a Flow.

This message action allows the Email connector to send a simple email from a Flow.

You can configure the following values for the email:

  • A single email address string value to send the email from.

  • An email addresses string value to send the email to.

  • A subject string value for the email subject.

  • The body of the email, using standard HTML formatting in a content value.

Input values

This message action requires configuration of the following Input values:

NameTypeRequired or optional?Description
BodyContentOptionalThe HTML formatted body content of the email. The content of this value is inserted into the body of the generated email.
FromStringRequiredThe email address that the email should be sent from. This value is inserted into the From field of the generated email.
For example, 'sender@example.com'.
SubjectStringOptionalThe subject of the email. This value is inserted into the Subject field of the generated email.
ToStringRequiredThe email address(es) that the email should be sent to. This value is inserted into the To field of the generated email.
For example, 'recipient@example.com'.
Multiple email addresses can be added, but must be separated with a semi-colon character. For example, 'recipientA@example.com;recipientB@example.com'.
On this Page