Difference between revisions of "Core Hornbill Automations"

From Hornbill
Jump to navigation Jump to search
Line 8: Line 8:
 
{{BPMAutomation|DirectMessageSend|Direct Message Send|
 
{{BPMAutomation|DirectMessageSend|Direct Message Send|
 
[[File:DirectMessageSend.png|thumb|link=]]|
 
[[File:DirectMessageSend.png|thumb|link=]]|
This automation allows you to send a direct email message.|
+
This operation is used to send a mail message directly to one or more recipients without going through a shared or personal mailbox.|
{{bullet1|From Address|}}
+
{{bullet1|From Address|The from address for the email}}
{{bullet1|From Name|}}
+
{{bullet1|From Name|The display name for the from address}}
{{bullet1|To|}}
+
{{bullet1|To|A comma separated list of email addresses to populate the To field with}}
{{bullet1|CC|}}
+
{{bullet1|CC|A comma separated list of email addresses to populate the CC field with}}
{{bullet1|BCC|}}
+
{{bullet1|BCC|A comma separated list of email addresses to populate the BCC field with}}
{{bullet1|Subject|}}
+
{{bullet1|Subject|The email subject}}
{{bullet1|Body|}}
+
{{bullet1|Body| The email body. Supports HTML tags.}}
{{bullet1|Priority|}}
+
{{bullet1|Priority|The priority to apply to the email. Defaults to normal if not set.}}
 
}}
 
}}
  
 
|}}
 
|}}
 
[[Category:Administration]]
 
[[Category:Administration]]

Revision as of 22:53, 19 July 2022

Home > Platform Configuration > Core BPM Hornbill Automations Index

Introduction

This page looks at the available BPM Hornbill Automations that are available with the Core application. These automations can be used as part of BPM workflows from any application.

Core Application Hornbill Automations

  • Direct Message Send
DirectMessageSend.png

Direct Message Send

This operation is used to send a mail message directly to one or more recipients without going through a shared or personal mailbox.

Options

  • From Address
The from address for the email
  • From Name
The display name for the from address
  • To
A comma separated list of email addresses to populate the To field with
  • CC
A comma separated list of email addresses to populate the CC field with
  • BCC
A comma separated list of email addresses to populate the BCC field with
  • Subject
The email subject
  • Body
The email body. Supports HTML tags.
  • Priority
The priority to apply to the email. Defaults to normal if not set.