Account provides a way to guardedly and securely store and retrieve sensitive data like passwords, security tokens etc.

To access custom data put to an Account - use common dot operator followed by a property name e.g. account.password. Only textual properties are currently allowed for Account.

Property Type Description
id String UID
displayName String display name
displayDescription String display description
authenticated int 1 - if account is authenticated; 0 otherwise
<ANY PROPERTY> String any custom property put to account

See also:
Working with Accounts
Variable Types
Action Environment
Tasks and Workflows
Actions

Next > Address