Send Email

6min
ο»Ώ

Use the Send Email action to send a message (Body and Subject) to one or more recipients (To, CC and Bcc). The Send Email action gives you theΒ possibilityΒ to include attachments along with your message.

PROCESIO integrates Send Email action with your email server configurations. This means that once you configure the Β Email server to use (check Working with Credentials Manager), you can start configuring the Send Email action in any flow.Β 

How to configure the Send Email action?

Go to the Process Designers section and open a new or an existing process. Actions configuration can be performed once they are dragged and dropped on canvas.

Document image
ο»Ώ

Step 1:Β Drag the Send Email action from Toolbar and drop it on canvas; click on the action to open the Properties Panel.

Step 2:Β You can edit the Action Name.

Step 3:Β Select the Email server configuration in the properties panel. The Email server configuration needs to already be created upfront in Credentials Manager.

Document image
ο»Ώ

If the desired email server configuration is not created upfront, you have a shortcut in the selector to proceed to the Credentials Manager page.

Step 4:Β Click on the Send Email (not configured) card to go to the email configurations steps.

Step 5:Β Email configuration

Document image
ο»Ώ
  1. Sender's display name:Β you can personalize the email sender's name which the receivers will see in their inbox; you can add a hard-coded name or call the name from a Process variable;
  2. To:Β add receivers name or list; you can manually fill in email addresses or use a Process variable;
  3. Cc & Bcc:Β If you wish to add additional receivers, enter theirΒ email address or use a Process variable;
  4. Subject:Β manually add a subject to your emails; Process variables can be used to dynamically update the subject while the action is processed;
  5. Body:Β type in the desired content for your emails; Β  Β 
  6. Attachment:Β you can add attachments to your emails;
  7. Checkbox Body is HTML: personalize the body of the email sent by creatingΒ HTML-formatted messages using a lot of controls and styles;

Step 6:Β Once the above steps are completed, you can proceed with saving the configuration by pressing "Save configuration" button.

Testing the Send Email action

You canΒ check if the Send Email action is properly configured, users can try sending an email from the existing panel, by accessing β€œTest Action” section on sidebar. A new section dedicated for testing will be displayed.Β Here, youΒ can see the process variables used in email configuration populated under β€œVariables”. You have to assign test values to the process variables under β€œTest values” taking into account their β€œType” which is also displayed.

Document image
ο»Ώ

Example of testing an action:Β In the above example, the email configuration includes 4 variables:

  • ο»Ώ<%contactEmailAddress%> (used in To)
  • ο»Ώ<%contactName%> (used in subject)
  • ο»Ώ<%invoicetotal%> (used in email body)
  • ο»Ώ<%invoices%> file for attachments

We have assigned values to the process variables and pressed Test Action button.

When testing, you need to ensure that no email gets sent to any customers by accident. For this reason, you should fill in email addresses for test purposes only.

After hitting Test Action button, the β€œTest output” section will be displayed, where you can see the status of the last action test. The status can be:

  • Success: if the action test was successful.
  • Failed: if the action test failed.

ο»Ώ