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
Property | Description |
---|
From Account | The sender's email account. |
To | The recipient email address. |
Cc | The cc recipients email addresses. |
Bcc | The Bcc recipients email addresses. |
Subject | The subject of the email message. |
Attachment File Path | The attachment URL to send with the email message. |
Body | The body of the email message. |
Outcomes
Outcome | Description |
---|
Success | The email has been sent successfully. |
Unexpected Error | An error has occurred in sending the email. |
Done | Always scheduled when the activity completed. |