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 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 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 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; to add receivers name or list; you can manually fill in email addresses or use a process variable; cc & bcc if you wish to add additional receivers, enter their email address or use a process variable; subject manually add a subject to your emails; process variables can be used to dynamically update the subject while the action is processed; body type in the desired content for your emails; attachment you can add attachments to your emails; 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 example of testing an action in the above example, the email configuration includes 4 variables <%contactemailaddress%> <%contactemailaddress%> (used in to) <%contactname%> <%contactname%> (used in subject) <%invoicetotal%> <%invoicetotal%> (used in email body) <%invoices%> <%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