...
- Output (type: string): outputs the new mail login.
- Output Status (type: boolean): the result status. If the mail account was added successfully then TRUE, otherwise FALSE.
Execution: the activity will create a new e-mail account for the connected AutoKAS account:
Connect to AutoKAS
This activity connects to the specified AutoKAS account and outputs a AutoKAS client connection.
...
- Password (password box editor type) (type: string): the autoKAS username's password.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for connection. (This parameter is used only when the user wants to send an encripted password from outside the taskworkflow, for example Flowster Portal).
- User Name (text box editor type) (type: string): the autoKAS username.
...
- Output result (type: object): outputs an AutoKAS connection. The ouput of this activity should be used as Input for all Connection parameters used for all activities placed under AutoKAS category.
Disconnect from AutoKAS
This activity disconnects the specified AutoKAS account.
Activity Parameters
The Disconnect from AutoKAS activity parameters can be provided by manual inserted values or via IN arguments or variables:
All of the input parameters are mandatory.
Parameters:
- Connection (text box editor type) (type: object): the autoKAS connection, obtained after using a Connect to AutoKAS activity.
Delete mail account
This activity deletes the desired mail account from the specified AutoKAS account.
...
- Output result (type: boolean): outputs True If the mail account was deleted successfully, otherwise FALSE.
...
...
List mail accounts
This activity lists all mail accounts and their information from the specified AutoKAS account.
...
- Output (type: collection<collection<string>>): outputs a collection of mail accounts and their properties.To use the elements of the collection, use Get Element From Collection activity.
- Output Mail Logins (type: collection<string>): outputs a collection of mail logins found for the specified AutoKAS account.
- Output Rows Count (type: int32): outputs the number of mail accounts found on the specified AutoKAS account.
Execution: the activity will output all the mail accounts and their properties for the account where the activity is connected to:
Update mail account
This activity update the desired mail account from the specified AutoKAS account.
...
- Output status (type: boolean): outputs the result status. If the mail account was updated successfully then TRUE, otherwise FALSE.
...