Security is a service that provides the BOT Manager and Studio with centralized authentication and control of access. Its purpose is to provide the Studio and BOT Manager with user authorization. i.e. It authorizes the users to access specific tabs such as dashboard, Jobs, Robots, Queues, etc. in BMT and Studio projects.
There are four tabs under Security:
User: The Users tab shows the list of the available users.
Permission Set: In the Permission Set tab, authorized users/admins can provide or restrict access for users to certain projects in Studio, various processes, and queues available in the BOT Manager.
Roles: In the Roles tab, roles are created which determine user access privileges to use certain features of the Studio and BOT Manager. Authorized users or admins can assign or edit roles for each user.
Check Permission: The Check Permission tab can be used to check the permission set and role permissions provided for a user.
Note: These activities are used to securely share sensitive information, such as a password, between users to prevent unauthorized access to sensitive data
SMTP includes activities for sending emails via the Simple Mail Transfer Protocol (SMTP), enabling automation to send messages through external email servers.
The SMTP category has the following sub activities:
Send SMTP Mail Messages: This activity is used to send and forward mail by using the SMTP Protocol.
AttachmentsProperties:
Attachments: Specify the file you want to attach to the email.
AuthenticationProperties:
Email: Specify the email account used to send the email.
Password: Specify the password for the email account used to send the email.
Host Properties:
Server: Specify the SMTP server address used to send the email.
Port: Specify the port number used for the SMTP server connection.
Email Properties:
Body: Enter the body content of the email message you want to send.
Subject: Enter the subject line of the email message you want to send.
IsBodyHtml: Select this option if the body of the email message is in HTML format.
MailMessage: The MailMessage object that contains the email to be forwarded.
Receiver Properties:
To: Enter the email addresses of the primary recipients. You can specify multiple addresses separated by commas.
Bcc: Enter the hidden recipients of the email message.
Cc: Enter the email addresses of recipients to receive a copy of the email.
Sender Properties:
From: Enter the sender’s email address.
Save Attachments: This activity is used to send and forward mail by using the SMTP Protocol.
Input Properties:
FolderPath: Specify the folder path where the attachments will be saved.
Message: Specify the MailMessage object that contains the attachments to be saved.
Output Properties:
Attachments Properties: Stores the retrieved attachment that is saved to the specified folder.
It includes activities for sending, receiving, and managing emails, enabling automation to interact with email services for tasks such as composing, reading, and organizing messages.
The Outlook category has the following sub activities:
Get Outlook Mail Messages: This activity is used to retrieve emails from Outlook.
Input Properties:
Account: Enter the email ID of the account from which you want to retrieve the mail messages.
MailFolder: Enter the name of the folder from which the specified mails are to be retrieved.
Options Properties:
Filter: Specify a filter string to narrow down the messages to be retrieved.
MarkAsRead: Select this checkbox to mark the retrieved messages as read.
OnlyUnreadMessages: Select this checkbox to retrieve only unread messages.
NewestFirst: Select this checkbox to retrieve the newest messages first.
Top: Specify the number of messages to retrieve from the top of the list.
Output Properties:
Messages: Stores the retrieved emails as a collection of MailMessage objects.
Move Outlook Mail Message: This activity moves Outlook mail to a specified folder.
Input Properties:
Account: Specify the mail ID of the account from which messages are to be moved.
MailFolder: Specify the name of the folder to which the emails should be moved.
MailMessage: Specify the MailMessage object that you want to move.
Send Outlook Mail Message: This activity allows the users to send and forward mail from a specified Outlook account.
AttachmentsProperties:
Attachments: Specify one or more file paths of attachments to be included in the email, in the form of an Array.
EmailProperties:
Body: Enter the body content of the email message to be sent.
Subject: Enter the subject line of the email message to be sent.
IsBodyHtml: Select this option if the body of the email message is in HTML format.
MailMessage: The MailMessage object that contains the email to be forwarded.
ReceiverProperties:
To: Provide the email addresses of the primary recipients as a single string, with multiple addresses separated by semicolons.
Bcc: Enter the hidden recipients of the email message.
Cc: Enter the email addresses of recipients to receive a copy of the email.
Input Properties:
Account: Specify the email ID of the account from which the message should be sent.
SendOnBehalfOfName: Specify the email address on whose behalf the email is sent.