Skip to main content

Send Email

Definition

Send emails to customers from your email account in your store.
The email will go to your Message queue and will be sent to your selected customers.
This activity is very useful, you can enter your template in the email body and use javascript or liquid to fill variables in the template.
It can be used to send emails to inactive customers or send coupon codes to customers with abandoned carts and so on.
You can see the usage of the examples given in these two built-in workflows:

Properties

PropertyDescription
From AccountThe sender's email account.
ToThe recipient email address.
Cc‌The cc recipients email addresses.
BccThe Bcc recipients email addresses.
SubjectThe subject of the email message.
Attachment File PathThe attachment URL to send with the email message.
BodyThe body of the email message.

Outcomes

OutcomeDescription
SuccessThe email has been sent successfully.
Unexpected ErrorAn error has occurred in sending the email.
DoneAlways scheduled when the activity completed.